Home
last modified time | relevance | path

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

/xnu-11215.61.5/iokit/Kernel/
H A DIOKitKernelInternal.h85 extern vm_size_t debug_iomallocpageable_size;
H A DIOBufferMemoryDescriptor.cpp395 OSAddAtomicLong(size, &debug_iomallocpageable_size); in initWithPhysicalMask()
727 OSAddAtomicLong(-size, &debug_iomallocpageable_size); in free()
H A DIOLib.cpp1130 OSAddAtomicLong(size, &debug_iomallocpageable_size); in IOMallocPageableInternal()
1154 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-11215.61.5/tools/lldbmacros/
H A Dmemory.py1217 … {0: <#0x} = {1: d}K".format(kern.globals.debug_iomallocpageable_size, kern.globals.debug_iomalloc…