Searched refs:GetNumericProperty (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/allocator/ |
D | allocator_extension.cc | 24 bool GetNumericProperty(const char* name, size_t* value) { in GetNumericProperty() function 26 return ::MallocExtension::instance()->GetNumericProperty(name, value); in GetNumericProperty()
|
D | allocator_extension.h | 28 BASE_EXPORT bool GetNumericProperty(const char* name, size_t* value);
|
/external/libchrome/base/trace_event/ |
D | malloc_dump_provider.cc | 92 allocator::GetNumericProperty("generic.heap_size", &total_virtual_size); in OnMemoryDump() 94 res = allocator::GetNumericProperty("generic.total_physical_bytes", in OnMemoryDump() 97 res = allocator::GetNumericProperty("generic.current_allocated_bytes", in OnMemoryDump()
|
/external/libabigail/tests/data/test-annotate/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 466 <!-- MallocExtension::GetNumericProperty(char const*, unsigned long*) --> 696 <!-- TCMallocImplementation::GetNumericProperty(char const*, unsigned long*) --> 10590 <!-- bool MallocExtension::GetNumericProperty(const char*, size_t*) --> 10591 …<function-decl name='GetNumericProperty' mangled-name='_ZN15MallocExtension18GetNumericPropertyEPK… 19844 <!-- bool MallocExtension::GetNumericProperty(const char*, size_t*) --> 19845 …<function-decl name='GetNumericProperty' mangled-name='_ZN15MallocExtension18GetNumericPropertyEPK… 20404 <!-- bool TCMallocImplementation::GetNumericProperty(const char*, size_t*) --> 20405 …<function-decl name='GetNumericProperty' mangled-name='_ZN22TCMallocImplementation18GetNumericProp…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test19-pr19023-libtcmalloc_and_profiler.so.abi | 6462 …<function-decl name='GetNumericProperty' mangled-name='_ZN15MallocExtension18GetNumericPropertyEPK… 12307 …<function-decl name='GetNumericProperty' mangled-name='_ZN15MallocExtension18GetNumericPropertyEPK… 12663 …<function-decl name='GetNumericProperty' mangled-name='_ZN22TCMallocImplementation18GetNumericProp…
|