Searched refs:HEAP_GRANULARITY (Results 1 – 2 of 2) sorted by relevance
27 #define HEAP_GRANULARITY_TYPE double __attribute_aligned__ (HEAP_GRANULARITY)28 #define HEAP_GRANULARITY \ macro64 - HEAP_GRANULARITY]; \71 (((sz) + HEAP_GRANULARITY - 1) & ~(HEAP_GRANULARITY - 1))
111 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