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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOKitDebug.cpp155 void IOKitDiagnostics::updateOffset( OSDictionary * dict, function in class:IOKitDiagnostics
177 updateOffset( dict, debug_ivars_size, "Instance allocation" );
178 updateOffset( dict, debug_container_malloc_size, "Container allocation" );
179 updateOffset( dict, debug_iomalloc_size, "IOMalloc allocation" );
180 updateOffset( dict, debug_iomallocpageable_size, "Pageable allocation" );
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOKitDebug.h49 static void updateOffset( OSDictionary * dict,
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOTrie.hpp132 bool updateOffset(uint32_t& offset) { function in struct:mach_o::trie::Node
157 //fprintf(stderr, "updateOffset %p %05d %s\n", this, fTrieOffset, fCummulativeString);
306 if ( (*it)->updateOffset(offset) )

Completed in 154 milliseconds