Searched refs:malloc_bytes (Results 1 – 2 of 2) sorted by relevance
132 size_t malloc_bytes = 0u; in Dump() local136 malloc_bytes += arena->Size(); in Dump()144 os << " MEM: used: " << bytes_allocated << ", allocated: " << malloc_bytes in Dump()
2655 size_t malloc_bytes; in GetNativeBytes() local2664 malloc_bytes = (unsigned int)mi.uordblks; in GetNativeBytes()2667 malloc_bytes = mi.uordblks; in GetNativeBytes()2672 if (mmapped_bytes > malloc_bytes) { in GetNativeBytes()2673 malloc_bytes = mmapped_bytes; in GetNativeBytes()2678 malloc_bytes = 1000; in GetNativeBytes()2680 return malloc_bytes + native_bytes_registered_.load(std::memory_order_relaxed); in GetNativeBytes()