Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dutil.c122 if (tsize < HEAPBLOCK) in libld_malloc()
123 tsize = HEAPBLOCK; in libld_malloc()
H A D_libld.h312 #define HEAPBLOCK 0x800000 /* default allocation block size */ macro