HomeSort by relevance Sort by last modified time
    Searched defs:Bottom (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
malloc.c 82 *Bottom, /* the last free chunk in the arena */
266 if (Bottom && size <= SIZE(Bottom)) {
267 sp = Bottom;
286 } else if (BOTTOM(sp))
287 Bottom = NULL;
373 if (np != Bottom)
376 Bottom = NULL;
382 if (size > SIZE(tp) && BOTTOM(tp) && GETCORE(0) == Baddr) {
383 Bottom = tp
    [all...]
  /onnv/onnv-gate/usr/src/lib/watchmalloc/common/
malloc.c 66 static TREE *Bottom; /* the last free chunk in the arena */
238 if (Bottom) {
239 unprotect(Bottom);
240 if (size <= SIZE(Bottom)) {
241 sp = Bottom;
244 protect(Bottom);
271 } else if (BOTTOM(sp))
272 Bottom = NULL;
357 if (np != Bottom)
360 Bottom = NULL
    [all...]

Completed in 240 milliseconds