Searched refs:GetNumericProperty (Results 1 – 3 of 3) sorted by relevance
44 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()
27 BASE_EXPORT bool GetNumericProperty(const char* name, size_t* value);
22 bool GetNumericProperty(const char* name, size_t* value) { in GetNumericProperty() function