Header file - Function prototypes for heap memory.
More...
Go to the source code of this file.
Functions |
void | STB_HeapInitialise (void) |
void * | STB_GetMemory (U32BIT bytes) |
void | STB_FreeMemory (void *addr) |
void * | STB_ResizeMemory (void *ptr, U32BIT new_num_bytes) |
void * | STB_AppGetMemory (U32BIT bytes) |
void | STB_AppFreeMemory (void *addr) |
void * | STB_AppResizeMemory (void *ptr, U32BIT new_num_bytes) |
void | STB_AppRegisterCacheFreeFunction (BOOLEAN(*callback_function)(void)) |
void | STB_GetHeapStats (U32BIT *total_app, U32BIT *max_app, U32BIT *num_app, U32BIT *total_mem, U32BIT *max_mem, U32BIT *num_mem) |
Detailed Description
Header file - Function prototypes for heap memory.
- Date:
- 06/09/2000