Searched defs:stolen (Results 1 - 2 of 2) sorted by relevance

/external/avahi/avahi-core/
H A Dhashmap.c68 static void entry_free(AvahiHashmap *m, Entry *e, int stolen) { argument
80 if (m->value_free_func && !stolen)
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachVMMemory.cpp204 uint64_t stolen = reserved + unusable + other; local
207 if(stolen >= mb128)
209 stolen = (stolen & ~((128 * 1024 * 1024ULL) - 1)); // rounding down
210 stolenPages = stolen / PageSize (task);

Completed in 2690 milliseconds