Home
last modified time | relevance | path

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

/external/syslinux/dos/
Dmalloc.h42 #define ARENA_ALIGN_UP(p) ((char *)(((uintptr_t)(p) + ARENA_SIZE_MASK) & ~ARENA_SIZE_MASK)) macro
/external/syslinux/com32/lib/
Dmalloc.h42 #define ARENA_ALIGN_UP(p) ((char *)(((uintptr_t)(p) + ~ARENA_SIZE_MASK) & ARENA_SIZE_MASK)) macro
/external/syslinux/core/mem/
Dmalloc.h80 #define ARENA_ALIGN_UP(p) ((char *)(((uintptr_t)(p) + ~ARENA_SIZE_MASK) \ macro