Searched refs:MallocExtension_Ownership (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dmalloc_extension_c.h91 } MallocExtension_Ownership; typedef in typeref:enum:__anon15559
93 PERFTOOLS_DLL_DECL MallocExtension_Ownership MallocExtension_GetOwnership(const void* p);
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dmalloc_extension_c.h91 } MallocExtension_Ownership; typedef in typeref:enum:__anon15602
93 PERFTOOLS_DLL_DECL MallocExtension_Ownership MallocExtension_GetOwnership(const void* p);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dsimple_compat_test.cc57 MallocExtension_Ownership malloc_extension_c_h;
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dsimple_compat_test.cc57 MallocExtension_Ownership malloc_extension_c_h;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_extension.cc386 MallocExtension_Ownership MallocExtension_GetOwnership(const void* p) {
387 return static_cast<MallocExtension_Ownership>(
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_extension.cc369 MallocExtension_Ownership MallocExtension_GetOwnership(const void* p) {
370 return static_cast<MallocExtension_Ownership>(

Completed in 702 milliseconds