Searched refs:HEAPBLOCK (Results 1 – 2 of 2) sorted by relevance
122 if (tsize < HEAPBLOCK) in libld_malloc()123 tsize = HEAPBLOCK; in libld_malloc()
312 #define HEAPBLOCK 0x800000 /* default allocation block size */ macro