Searched refs:AutoTMalloc (Results 1 – 2 of 2) sorted by relevance
32 class AutoTMalloc {35 explicit AutoTMalloc(T* ptr = nullptr) : fPtr(ptr) {} in fPtr()38 explicit AutoTMalloc(size_t count) : fPtr(mallocIfCountThrowOnFail(count)) {} in AutoTMalloc() function40 AutoTMalloc(AutoTMalloc&&) = default;41 AutoTMalloc& operator=(AutoTMalloc&&) = default;
181 AutoTMalloc<uint8_t> fBytes;