Home
last modified time | relevance | path

Searched refs:HEAP_GRANULARITY (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/
A Dheap.h27 #define HEAP_GRANULARITY_TYPE double __attribute_aligned__ (HEAP_GRANULARITY)
28 #define HEAP_GRANULARITY \ macro
64 - HEAP_GRANULARITY]; \
71 (((sz) + HEAP_GRANULARITY - 1) & ~(HEAP_GRANULARITY - 1))
A Dheap_debug.c111 if (((ul_t)HEAP_FREE_AREA_END (fa) & (HEAP_GRANULARITY - 1)) in __heap_check()
112 || (fa->size & (HEAP_GRANULARITY - 1))) in __heap_check()

Completed in 3 milliseconds