Searched refs:reallocIfCountThrowOnFail (Results 1 – 1 of 1) sorted by relevance
44 void realloc(size_t count) { fPtr.reset(reallocIfCountThrowOnFail(count)); } in realloc()83 T* reallocIfCountThrowOnFail(size_t count) { in reallocIfCountThrowOnFail() function