Home
last modified time | relevance | path

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

/xnu-8796.121.2/libkern/c++/
H A DOSCPPDebug.cpp47 debug_iomalloc_size in OSPrintMemory()
/xnu-8796.121.2/libkern/libkern/c++/
H A DOSCPPDebug.h41 extern size_t debug_iomalloc_size;
/xnu-8796.121.2/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp349 OSAddAtomicLong(capacity, &debug_iomalloc_size); in initWithPhysicalMask()
363 OSAddAtomicLong(capacity, &debug_iomalloc_size); in initWithPhysicalMask()
737 OSAddAtomicLong(-size, &debug_iomalloc_size); in free()
748 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-8796.121.2/tools/lldbmacros/
H A Dmemory.py1256 …ation = {0: <#0x} = {1: d}K".format(kern.globals.debug_iomalloc_size, kern.globals.debug_iomalloc…