Searched refs:mallocIfCountThrowOnFail (Results 1 – 1 of 1) sorted by relevance
38 explicit AutoTMalloc(size_t count) : fPtr(mallocIfCountThrowOnFail(count)) {} in AutoTMalloc()48 fPtr.reset(mallocIfCountThrowOnFail(count));75 T* mallocIfCountThrowOnFail(size_t count) { in mallocIfCountThrowOnFail() function