Home
last modified time | relevance | path

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

/xnu-8020.140.41/libkern/libkern/c++/
H A DOSLib.h80 #define OSCONTAINER_ACCUMSIZE(s) do { OSAddAtomicLong((s), &debug_container_malloc_size); trackingA…
82 #define OSCONTAINER_ACCUMSIZE(s) do { OSAddAtomicLong((s), &debug_container_malloc_size); } while(0)
84 #define OSMETA_ACCUMSIZE(s) do { OSAddAtomicLong((s), &debug_container_malloc_size); } while(0)
H A DOSCPPDebug.h42 extern size_t debug_container_malloc_size;
/xnu-8020.140.41/libkern/c++/
H A DOSCPPDebug.cpp46 debug_container_malloc_size, in OSPrintMemory()
/xnu-8020.140.41/iokit/Kernel/
H A DIOKitDebug.cpp82 size_t debug_container_malloc_size; variable
151 debug_container_malloc_size, in IOPrintMemory()
204 updateOffset( dict, debug_container_malloc_size, "Container allocation" ); in serialize()
/xnu-8020.140.41/tools/lldbmacros/
H A Dmemory.py1469 … {0: <#0x} = {1: d}K".format(kern.globals.debug_container_malloc_size, kern.globals.debug_containe…