OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNumericProperty
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/allocator/
allocator_extension.cc
24
bool
GetNumericProperty
(const char* name, size_t* value) {
26
return ::MallocExtension::instance()->
GetNumericProperty
(name, value);
allocator_extension.h
28
BASE_EXPORT bool
GetNumericProperty
(const char* name, size_t* value);
Completed in 328 milliseconds