Searched refs:Bottom (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmalloc.c82 *Bottom, /* the last free chunk in the arena */ variable
266 if (Bottom && size <= SIZE(Bottom)) {
267 sp = Bottom;
287 Bottom = NULL;
373 if (np != Bottom)
376 Bottom = NULL;
383 Bottom = tp;
385 tp = Bottom;
386 Bottom
[all...]
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmalloc.c66 static TREE *Bottom; /* the last free chunk in the arena */ variable
238 if (Bottom) {
239 unprotect(Bottom);
240 if (size <= SIZE(Bottom)) {
241 sp = Bottom;
244 protect(Bottom);
272 Bottom = NULL;
357 if (np != Bottom)
360 Bottom = NULL;
370 Bottom
[all...]

Completed in 60 milliseconds