Searched refs:CheckedMallocResult (Results 1 – 2 of 2) sorted by relevance
3588 static inline void* CheckedMallocResult(void *result) in CreateCacheIfNecessary() function3598 CheckedMallocResult(reinterpret_cast<void*>(span->start << kPageShift)); in CreateCacheIfNecessary()3631 ret = CheckedMallocResult(heap->Allocate(size)); in CreateCacheIfNecessary()3712 return CheckedMallocResult(heap->Allocate(class_to_size[cl])); in CreateCacheIfNecessary()
24436 (WTF::TCMallocStats::CheckedMallocResult):