Searched refs:updateOffset (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOKitDebug.cpp149 void IOKitDiagnostics::updateOffset( OSDictionary * dict, function in class:IOKitDiagnostics
171 updateOffset( dict, debug_ivars_size, "Instance allocation" );
172 updateOffset( dict, debug_container_malloc_size, "Container allocation" );
173 updateOffset( dict, debug_iomalloc_size, "IOMalloc allocation" );
174 updateOffset( dict, debug_iomallocpageable_size, "Pageable allocation" );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOKitDebug.h49 static void updateOffset( OSDictionary * dict,

Completed in 18 milliseconds