Home
last modified time | relevance | path

Searched refs:debug_iomalloc_size (Results 1 – 6 of 6) sorted by relevance

/xnu-10002.61.3/libkern/c++/
H A DOSCPPDebug.cpp47 debug_iomalloc_size in OSPrintMemory()
/xnu-10002.61.3/libkern/libkern/c++/
H A DOSCPPDebug.h41 extern size_t debug_iomalloc_size;
/xnu-10002.61.3/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp350 OSAddAtomicLong(capacity, &debug_iomalloc_size); in initWithPhysicalMask()
364 OSAddAtomicLong(capacity, &debug_iomalloc_size); in initWithPhysicalMask()
738 OSAddAtomicLong(-size, &debug_iomalloc_size); in free()
749 OSAddAtomicLong(-size, &debug_iomalloc_size); in free()
H A DIOLib.cpp322 OSAddAtomicLong(size, &debug_iomalloc_size);
361 OSAddAtomicLong(-size, &debug_iomalloc_size); in IOFree_internal()
592 OSAddAtomicLong(size, &debug_iomalloc_size);
644 OSAddAtomicLong(-size, &debug_iomalloc_size); in IOFreeAligned_internal()
710 OSAddAtomicLong(-size, &debug_iomalloc_size); in IOKernelFreePhysical()
830 OSAddAtomicLong(size, &debug_iomalloc_size); in IOKernelAllocateWithPhysicalRestrict()
H A DIOKitDebug.cpp80 size_t debug_iomalloc_size; variable
153 debug_iomalloc_size in IOPrintMemory()
206 updateOffset( dict, debug_iomalloc_size, "IOMalloc allocation" ); in serialize()
/xnu-10002.61.3/tools/lldbmacros/
H A Dmemory.py1268 …ation = {0: <#0x} = {1: d}K".format(kern.globals.debug_iomalloc_size, kern.globals.debug_iomalloc…