Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/utils/
DAutoMalloc.h44 void realloc(size_t count) { fPtr.reset(reallocIfCountThrowOnFail(count)); } in realloc()
83 T* reallocIfCountThrowOnFail(size_t count) { in reallocIfCountThrowOnFail() function