Home
last modified time | relevance | path

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

/xnu-11215/libkern/libkern/c++/
H A DOSLib.h82 #define OSCONTAINER_ACCUMSIZE(s) do { OSAddAtomicLong((s), &debug_container_malloc_size); trackingA…
84 #define OSCONTAINER_ACCUMSIZE(s) do { OSAddAtomicLong((s), &debug_container_malloc_size); } while(0)
86 #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-11215/libkern/c++/
H A DOSCPPDebug.cpp46 debug_container_malloc_size, in OSPrintMemory()
/xnu-11215/iokit/Kernel/
H A DIOKitDebug.cpp83 size_t debug_container_malloc_size; variable
152 debug_container_malloc_size, in IOPrintMemory()
205 updateOffset( dict, debug_container_malloc_size, "Container allocation" ); in serialize()
/xnu-11215/tools/lldbmacros/
H A Dmemory.py1215 … {0: <#0x} = {1: d}K".format(kern.globals.debug_container_malloc_size, kern.globals.debug_containe…