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

/macosx-10.10/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp1449 uint32_t cacheAllocatedSize = pageAlign(cacheFileSize); local
1451 if ( vm_allocate(mach_task_self(), (vm_address_t*)(&mappingAddr), cacheAllocatedSize, VM_FLAGS_ANYWHERE) != KERN_SUCCESS )
1468 vm_deallocate(mach_task_self(), (vm_address_t)mappingAddr, cacheAllocatedSize); local

Completed in 125 milliseconds