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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_primary64.h 693 const uptr total_user_bytes = local in function:SizeClassAllocator64::PopulateFreeArray
696 if (LIKELY(total_user_bytes > region->mapped_user)) {
712 RoundUpTo(total_user_bytes - region->mapped_user, kUserMapSize);
sanitizer_allocator_primary64.h 693 const uptr total_user_bytes = local in function:SizeClassAllocator64::PopulateFreeArray
696 if (LIKELY(total_user_bytes > region->mapped_user)) {
712 RoundUpTo(total_user_bytes - region->mapped_user, kUserMapSize);

Completed in 23 milliseconds