Searched refs:MallocThrow (Results 1 – 1 of 1) sorted by relevance
36 : fPtr_(count ? (T*)MallocThrow(count, sizeof(T)) : nullptr) {} in AutoTMalloc()47 fPtr_.reset(count ? (T*)MallocThrow(count, sizeof(T)) : nullptr);118 static inline void* MallocThrow(size_t x, size_t y) in MallocThrow() function