OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetAllocatedSize
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc
181
size_t MallocExtension::
GetAllocatedSize
(const void* p) {
370
C_SHIM(
GetAllocatedSize
, size_t, (const void* p), (p));
debugallocation.cc
[
all
...]
tcmalloc.cc
788
virtual size_t
GetAllocatedSize
(const void* ptr);
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_extension.cc
180
size_t MallocExtension::
GetAllocatedSize
(const void* p) {
365
C_SHIM(
GetAllocatedSize
, size_t, (const void* p), (p));
debugallocation.cc
[
all
...]
tcmalloc.cc
781
virtual size_t
GetAllocatedSize
(const void* ptr);
[
all
...]
Completed in 289 milliseconds