Searched refs:debug_iomallocpageable_size (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOKitDebug.cpp59 vm_size_t debug_iomallocpageable_size; variable
219 updateOffset( dict, debug_iomallocpageable_size, "Pageable allocation" );
H A DIOKitKernelInternal.h59 extern vm_size_t debug_iomallocpageable_size;
H A DIOBufferMemoryDescriptor.cpp259 debug_iomallocpageable_size += size;
522 debug_iomallocpageable_size -= round_page_32(size);
H A DIOLib.cpp589 debug_iomallocpageable_size += round_page_32(size);
622 debug_iomallocpageable_size -= round_page_32(size);

Completed in 30 milliseconds