OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VerifyNewMemory
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_extension.h
103
virtual bool
VerifyNewMemory
(const void* p);
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_extension.h
103
virtual bool
VerifyNewMemory
(const void* p);
/external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc
112
bool MallocExtension::
VerifyNewMemory
(const void* p) { return true; }
351
C_SHIM(
VerifyNewMemory
, int, (const void* p), (p));
debugallocation.cc
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_extension.cc
111
bool MallocExtension::
VerifyNewMemory
(const void* p) { return true; }
346
C_SHIM(
VerifyNewMemory
, int, (const void* p), (p));
debugallocation.cc
[
all
...]
Completed in 61 milliseconds