HomeSort by relevance Sort by last modified time
    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 117 bool MallocExtension::VerifyNewMemory(const void* p) { return true; }
363 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 40 milliseconds