Home
last modified time | relevance | path

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

/external/libchrome/base/allocator/
Dallocator_extension.cc24 bool GetNumericProperty(const char* name, size_t* value) { in GetNumericProperty() function
26 return ::MallocExtension::instance()->GetNumericProperty(name, value); in GetNumericProperty()
Dallocator_extension.h28 BASE_EXPORT bool GetNumericProperty(const char* name, size_t* value);
/external/libchrome/base/trace_event/
Dmalloc_dump_provider.cc205 allocator::GetNumericProperty("generic.heap_size", &total_virtual_size); in OnMemoryDump()
207 res = allocator::GetNumericProperty("generic.total_physical_bytes", in OnMemoryDump()
210 res = allocator::GetNumericProperty("generic.current_allocated_bytes", in OnMemoryDump()