OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetOwnership
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
malloc_extension_test.cc
59
MallocExtension::instance()->
GetOwnership
(a));
61
//
GetOwnership
works on stack-allocated variables. Use a better test.
63
MallocExtension::instance()->
GetOwnership
(&cxx_bytes_used));
65
MallocExtension::instance()->
GetOwnership
(NULL));
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
malloc_extension_test.cc
59
MallocExtension::instance()->
GetOwnership
(a));
61
//
GetOwnership
works on stack-allocated variables. Use a better test.
63
MallocExtension::instance()->
GetOwnership
(&cxx_bytes_used));
65
MallocExtension::instance()->
GetOwnership
(NULL));
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_extension.h
301
virtual Ownership
GetOwnership
(const void* p);
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_extension.h
321
virtual Ownership
GetOwnership
(const void* p);
/external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc
187
assert(
GetOwnership
(p) != kNotOwned);
191
MallocExtension::Ownership MallocExtension::
GetOwnership
(const void* p) {
388
MallocExtension::instance()->
GetOwnership
(p));
libc_override_osx.h
103
if (MallocExtension::instance()->
GetOwnership
(ptr) != MallocExtension::kOwned)
debugallocation.cc
[
all
...]
tcmalloc.cc
796
virtual Ownership
GetOwnership
(const void* ptr) {
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_extension.cc
181
assert(
GetOwnership
(p) != kNotOwned);
185
MallocExtension::Ownership MallocExtension::
GetOwnership
(const void* p) {
371
MallocExtension::instance()->
GetOwnership
(p));
libc_override_osx.h
103
if (MallocExtension::instance()->
GetOwnership
(ptr) != MallocExtension::kOwned)
debugallocation.cc
[
all
...]
tcmalloc.cc
786
virtual Ownership
GetOwnership
(const void* ptr) {
[
all
...]
Completed in 708 milliseconds