|
static INLINE heap_block * | __lwp_heap_blockat (heap_block *block, uint32_t offset) |
|
static INLINE heap_block * | __lwp_heap_usrblockat (void *ptr) |
|
static INLINE bool | __lwp_heap_blockin (heap_cntrl *heap, heap_block *block) |
|
static INLINE bool | __lwp_heap_blockfree (heap_block *block) |
|
static INLINE uint32_t | __lwp_heap_blocksize (heap_block *block) |
|
static uint32_t | __lwp_heap_block_size (heap_cntrl *theheap, void *ptr) |
|
bool | gx_init_mem2 (void) |
|
void * | _mem2_memalign (uint8_t align, uint32_t size) |
|
void * | _mem2_malloc (uint32_t size) |
|
void | _mem2_free (void *ptr) |
|
void * | _mem2_realloc (void *ptr, uint32_t newsize) |
|
void * | _mem2_calloc (uint32_t num, uint32_t size) |
|
char * | _mem2_strdup (const char *s) |
|
char * | _mem2_strndup (const char *s, size_t n) |
|
uint32_t | gx_mem2_used (void) |
|
uint32_t | gx_mem2_total (void) |
|
void * | __real_malloc (size_t size) |
|
void * | __real_calloc (size_t n, size_t size) |
|
void * | __real_memalign (size_t a, size_t size) |
|
void | __real_free (void *p) |
|
void * | __real_realloc (void *p, size_t size) |
|
void * | __real_strdup (const char *s) |
|
void * | __real_strndup (const char *s, size_t n) |
|
size_t | __real_malloc_usable_size (void *p) |
|
| __attribute__ ((used)) |
|