Searched defs:GetSizeWithCallback (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc788 // This just calls GetSizeWithCallback, but because that's in an
793 // This duplicates some of the logic in GetSizeWithCallback, but is
1217 inline size_t GetSizeWithCallback(const void* ptr, function in namespace:__anon15569
1246 const size_t old_size = GetSizeWithCallback(old_ptr, invalid_get_size_fn);
1525 GetSizeWithCallback(ptr, &InvalidGetAllocatedSize));
1825 size_t size = GetSizeWithCallback(ptr, &InvalidGetAllocatedSize);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.cc778 // This just calls GetSizeWithCallback, but because that's in an
783 // This duplicates some of the logic in GetSizeWithCallback, but is
1179 inline size_t GetSizeWithCallback(const void* ptr, function in namespace:__anon15612
1207 const size_t old_size = GetSizeWithCallback(old_ptr, invalid_get_size_fn);
1473 return GetSizeWithCallback(ptr, &InvalidGetAllocatedSize);

Completed in 666 milliseconds