Static Public Member Functions | List of all members
Memory Class Reference

Static Public Member Functions

static void * alloc_static (size_t p_bytes, const char *p_descr="")
 
static void * realloc_static (void *p_memory, size_t p_bytes)
 
static void free_static (void *p_ptr)
 
static size_t get_static_mem_available ()
 
static size_t get_static_mem_usage ()
 
static size_t get_static_mem_max_usage ()
 
static void dump_static_mem_to_file (const char *p_file)
 
static MID alloc_dynamic (size_t p_bytes, const char *p_descr="")
 
static Error realloc_dynamic (MID p_mid, size_t p_bytes)
 
static size_t get_dynamic_mem_available ()
 
static size_t get_dynamic_mem_usage ()
 

The documentation for this class was generated from the following files: