Home
last modified time | relevance | path

Searched refs:mallocIfCountThrowOnFail (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/utils/
DAutoMalloc.h38 explicit AutoTMalloc(size_t count) : fPtr(mallocIfCountThrowOnFail(count)) {} in AutoTMalloc()
48 fPtr.reset(mallocIfCountThrowOnFail(count));
75 T* mallocIfCountThrowOnFail(size_t count) { in mallocIfCountThrowOnFail() function