Searched refs:exhaustible (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dzalloc.h120 /* boolean_t */ exhaustible :1, /* (F) merely return if empty? */ member in struct:zone
265 #define Z_EXHAUST 1 /* Make zone exhaustible */
H A Dzalloc.c1750 z->exhaustible = FALSE;
2396 if (zone->exhaustible)
2526 if ((addr == 0) && !canblock && (zone->async_pending == FALSE) && (zone->no_callout == FALSE) && (zone->exhaustible == FALSE) && (!vm_pool_low())) {
2933 zone->exhaustible = value;
3790 zi->tzi_exhaustible = (uint64_t)zcopy.exhaustible;
3809 int count, collectable, exhaustible, caller_acct, index; local
3818 &collectable, &exhaustible, &caller_acct);
3826 zi->tzi_exhaustible = (uint64_t)exhaustible;
3967 zi->mzi_exhaustible = (uint64_t)zcopy.exhaustible;
3978 int count, collectable, exhaustible, caller_acc local
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dmemory.py154 ["exhaustible", "H"],
178 if zone.exhaustible :
192 H - exhaustible

Completed in 145 milliseconds