Home
last modified time | relevance | path

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

/xnu-8020.121.3/libkern/c++/
H A DOSCPPDebug.cpp47 debug_iomalloc_size in OSPrintMemory()
/xnu-8020.121.3/libkern/libkern/c++/
H A DOSCPPDebug.h41 extern size_t debug_iomalloc_size;
/xnu-8020.121.3/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp349 OSAddAtomicLong(capacity, &debug_iomalloc_size); in initWithPhysicalMask()
363 OSAddAtomicLong(capacity, &debug_iomalloc_size); in initWithPhysicalMask()
726 OSAddAtomicLong(-size, &debug_iomalloc_size); in free()
737 OSAddAtomicLong(-size, &debug_iomalloc_size); in free()
H A DIOLib.cpp321 OSAddAtomicLong(size, &debug_iomalloc_size); in IOMalloc_internal()
360 OSAddAtomicLong(-size, &debug_iomalloc_size); in IOFree_internal()
591 OSAddAtomicLong(size, &debug_iomalloc_size); in IOMallocAligned_internal()
643 OSAddAtomicLong(-size, &debug_iomalloc_size); in IOFreeAligned_internal()
707 OSAddAtomicLong(-size, &debug_iomalloc_size); in IOKernelFreePhysical()
823 OSAddAtomicLong(size, &debug_iomalloc_size); in IOKernelAllocateWithPhysicalRestrict()
H A DIOKitDebug.cpp79 size_t debug_iomalloc_size; variable
152 debug_iomalloc_size in IOPrintMemory()
205 updateOffset( dict, debug_iomalloc_size, "IOMalloc allocation" ); in serialize()
/xnu-8020.121.3/tools/lldbmacros/
H A Dmemory.py1467 …ation = {0: <#0x} = {1: d}K".format(kern.globals.debug_iomalloc_size, kern.globals.debug_iomalloc…