Searched refs:GetNumericProperty (Results 1 – 3 of 3) sorted by relevance
24 bool GetNumericProperty(const char* name, size_t* value) { in GetNumericProperty() function26 return ::MallocExtension::instance()->GetNumericProperty(name, value); in GetNumericProperty()
28 BASE_EXPORT bool GetNumericProperty(const char* name, size_t* value);
205 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()