Searched defs:GetNumericProperty (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_extension.cc121 bool MallocExtension::GetNumericProperty(const char* property, size_t* value) { function in class:MallocExtension
372 C_SHIM(GetNumericProperty, int,
H A Ddebugallocation.cc1013 virtual bool GetNumericProperty(const char* name, size_t* value) { function in class:MallocBlock::DebugMallocImplementation
1014 bool result = TCMallocImplementation::GetNumericProperty(name, value);
H A Dtcmalloc.cc659 virtual bool GetNumericProperty(const char* name, size_t* value) { function in class:TCMallocImplementation
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_extension.cc115 bool MallocExtension::GetNumericProperty(const char* property, size_t* value) { function in class:MallocExtension
355 C_SHIM(GetNumericProperty, int,
H A Ddebugallocation.cc1006 virtual bool GetNumericProperty(const char* name, size_t* value) { function in class:MallocBlock::DebugMallocImplementation
1007 bool result = TCMallocImplementation::GetNumericProperty(name, value);
H A Dtcmalloc.cc628 virtual bool GetNumericProperty(const char* name, size_t* value) { function in class:TCMallocImplementation

Completed in 171 milliseconds