Home
last modified time | relevance | path

Searched refs:unmapped_allocation_bytes (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dxplane_to_memory_profile.cc273 void InsertSpecialAllocations(int64_t unmapped_allocation_bytes, in InsertSpecialAllocations() argument
278 if (unmapped_allocation_bytes > 0) { in InsertSpecialAllocations()
282 special_allocation->set_requested_bytes(unmapped_allocation_bytes); in InsertSpecialAllocations()
283 special_allocation->set_allocation_bytes(unmapped_allocation_bytes); in InsertSpecialAllocations()
327 int64_t unmapped_allocation_bytes = in ProcessActiveAllocations() local
344 unmapped_allocation_bytes -= metadata.allocation_bytes(); in ProcessActiveAllocations()
352 unmapped_allocation_bytes += metadata.allocation_bytes(); in ProcessActiveAllocations()
357 unmapped_allocation_bytes -= unmapped_deallocation_bytes; in ProcessActiveAllocations()
359 VLOG(2) << "unmapped_allocation_bytes=" << unmapped_allocation_bytes in ProcessActiveAllocations()
370 InsertSpecialAllocations(unmapped_allocation_bytes, in ProcessActiveAllocations()