Home
last modified time | relevance | path

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

/external/syslinux/core/mem/
Dmalloc.c116 p = _malloc(size, HEAP_LOWMEM, MALLOC_CORE); in lmalloc()
124 return _malloc(size, HEAP_LOWMEM, MALLOC_MODULE); in pmapi_lmalloc()
Dmalloc.h34 HEAP_LOWMEM, enumerator
Dinit.c94 fp->a.attrs = ARENA_TYPE_USED | (HEAP_LOWMEM << ARENA_HEAP_POS); in mem_init()