Home
last modified time | relevance | path

Searched defs:resident_size (Results 1 – 7 of 7) sorted by relevance

/external/cronet/base/trace_event/
Dmalloc_dump_provider.cc85 size_t* resident_size, in ReportWinHeapStats()
117 size_t* resident_size, in ReportPartitionAllocStats()
166 size_t* resident_size, in ReportAppleAllocStats()
193 size_t* resident_size, in ReportMallinfoStats()
321 size_t resident_size = 0; in OnMemoryDump() local
/external/cronet/base/memory/
Dshared_memory_tracker.cc106 absl::optional<size_t> resident_size = in GetOrCreateSharedMemoryDumpInternal() local
Ddiscardable_shared_memory.cc515 uint64_t resident_size = shared_memory_dump->GetSizeInternal(); in CreateSharedMemoryOwnershipEdge() local
/external/libchrome/base/trace_event/
Dmalloc_dump_provider.cc87 size_t resident_size = 0; in OnMemoryDump() local
/external/libchrome/base/memory/
Dshared_memory_tracker.cc122 base::Optional<size_t> resident_size = in GetOrCreateSharedMemoryDumpInternal() local
Ddiscardable_shared_memory.cc451 size_t resident_size = shared_memory_dump->GetSizeInternal(); in CreateSharedMemoryOwnershipEdge() local
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2525 let resident_size = self.resident_size; localVariable
2545 let resident_size = self.resident_size; localVariable