HomeSort by relevance Sort by last modified time
    Searched defs:arena_header (Results 1 - 3 of 3) sorted by null

  /external/syslinux/com32/lib/
malloc.h 23 struct arena_header { struct
40 #define ARENA_SIZE_MASK (~(uintptr_t)(sizeof(struct arena_header)-1))
50 struct arena_header a;
  /external/syslinux/dos/
malloc.h 23 struct arena_header { struct
40 #define ARENA_SIZE_MASK (sizeof(struct arena_header)-1)
50 struct arena_header a;
  /external/syslinux/core/mem/
malloc.h 46 struct arena_header { struct
59 /* Pad to 2*sizeof(struct arena_header) */
60 #define ARENA_PADDING ((2 * sizeof(struct arena_header)) - \
61 (sizeof(struct arena_header) + \
70 struct arena_header a;
75 #define ARENA_SIZE_MASK (~(uintptr_t)(sizeof(struct arena_header)-1))

Completed in 80 milliseconds