Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dmalloc_dump_provider.cc44 allocator::GetNumericProperty("generic.heap_size", &total_virtual_size); in OnMemoryDump()
46 res = allocator::GetNumericProperty("generic.total_physical_bytes", in OnMemoryDump()
49 res = allocator::GetNumericProperty("generic.current_allocated_bytes", in OnMemoryDump()
/external/libchrome/base/allocator/
Dallocator_extension.h27 BASE_EXPORT bool GetNumericProperty(const char* name, size_t* value);
Dallocator_extension.cc22 bool GetNumericProperty(const char* name, size_t* value) { in GetNumericProperty() function