OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCurrentAllocatedBytes
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/compiler/
zone-stats.cc
33
return std::max(max_allocated_bytes_,
GetCurrentAllocatedBytes
());
36
size_t ZoneStats::StatsScope::
GetCurrentAllocatedBytes
() {
55
size_t current_total =
GetCurrentAllocatedBytes
();
74
return std::max(max_allocated_bytes_,
GetCurrentAllocatedBytes
());
77
size_t ZoneStats::
GetCurrentAllocatedBytes
() const {
86
return total_deleted_bytes_ +
GetCurrentAllocatedBytes
();
96
size_t current_total =
GetCurrentAllocatedBytes
();
zone-stats.h
49
size_t
GetCurrentAllocatedBytes
();
71
size_t
GetCurrentAllocatedBytes
() const;
pipeline-statistics.cc
26
pipeline_stats->zone_stats_->
GetCurrentAllocatedBytes
();
Completed in 144 milliseconds