Searched refs:CheckedMallocResult (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.cc955 static inline void* CheckedMallocResult(void *result) { function
963 CheckedMallocResult(reinterpret_cast<void*>(span->start << kPageShift));
1089 ret = CheckedMallocResult(heap->Allocate(size, cl));
1291 return CheckedMallocResult(heap->Allocate(size, cl));

Completed in 1237 milliseconds