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

/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);
/external/chromium_org/third_party/simplejson/
H A D_speedups.c2213 _steal_list_append(PyObject *lst, PyObject *stolen) argument
2215 /* Append stolen and then decrement its reference count */
2216 int rval = PyList_Append(lst, stolen);
2217 Py_DECREF(stolen);

Completed in 376 milliseconds