Searched refs:AutoTMalloc (Results 1 – 2 of 2) sorted by relevance
32 class AutoTMalloc {34 explicit AutoTMalloc(T* ptr = nullptr) : fPtr_(ptr) {}35 explicit AutoTMalloc(size_t count) in AutoTMalloc() function38 AutoTMalloc(AutoTMalloc&&) = default;39 AutoTMalloc& operator=(AutoTMalloc&&) = default;
604 AutoTMalloc<uint8_t> fBytes;