Home
last modified time | relevance | path

Searched refs:ARENA_HEAP_GET (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/core/mem/
Dfree.c19 &__core_malloc_head[ARENA_HEAP_GET(ah->a.attrs)]; in __free_block()
110 &__core_malloc_head[ARENA_HEAP_GET(ah->a.attrs)]; in __inject_free_block()
117 ARENA_HEAP_GET(ah->a.attrs), head); in __inject_free_block()
Dmalloc.c25 unsigned int heap = ARENA_HEAP_GET(fp->a.attrs); in __malloc_from_block()
146 head = &__core_malloc_head[ARENA_HEAP_GET(ah->a.attrs)]; in bios_realloc()
191 ARENA_HEAP_SET(nah->a.attrs, ARENA_HEAP_GET(ah->a.attrs)); in bios_realloc()
Dmalloc.h85 #define ARENA_HEAP_GET(attrs) (((attrs) & ARENA_HEAP_MASK) >> ARENA_HEAP_POS) macro