Searched refs:PTR_GAP (Results 1 – 1 of 1) sorted by relevance
1185 #define PTR_GAP (malloc_pagesize - sizeof(void *)) macro1187 #define PTR_ALIGNED(p) (((unsigned long)p & malloc_pagemask) == PTR_GAP)1227 return ((char *) result + PTR_GAP); in imalloc()1804 ptr = (char *)ptr - PTR_GAP; in ifree()