HomeSort by: relevance | last modified time | path
    Searched defs:total_mapped (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_primary64.h 256 uptr total_mapped = 0; local in function:SizeClassAllocator64::PrintStats
263 total_mapped += region->mapped_user;
271 "%zd allocations; remains %zd\n", total_mapped >> 20,
sanitizer_allocator_primary64.h 256 uptr total_mapped = 0; local in function:SizeClassAllocator64::PrintStats
263 total_mapped += region->mapped_user;
271 "%zd allocations; remains %zd\n", total_mapped >> 20,

Completed in 24 milliseconds