Home
last modified time | relevance | path

Searched refs:debug_iomallocpageable_size (Results 1 – 5 of 5) sorted by relevance

/xnu-8796.121.2/iokit/Kernel/
H A DIOKitKernelInternal.h85 extern vm_size_t debug_iomallocpageable_size;
H A DIOBufferMemoryDescriptor.cpp392 OSAddAtomicLong(size, &debug_iomallocpageable_size); in initWithPhysicalMask()
724 OSAddAtomicLong(-size, &debug_iomallocpageable_size); in free()
H A DIOLib.cpp1129 OSAddAtomicLong(size, &debug_iomallocpageable_size); in IOMallocPageableInternal()
1153 OSAddAtomicLong(-size, &debug_iomallocpageable_size); in IOFreePageable()
H A DIOKitDebug.cpp82 vm_size_t debug_iomallocpageable_size; variable
207 updateOffset( dict, debug_iomallocpageable_size, "Pageable allocation" ); in serialize()
/xnu-8796.121.2/tools/lldbmacros/
H A Dmemory.py1257 … {0: <#0x} = {1: d}K".format(kern.globals.debug_iomallocpageable_size, kern.globals.debug_iomalloc…