Searched defs:LocalMemory (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Dcmemory.h106 class LocalMemory : public LocalPointerBase<T> { class in inherits:LocalPointerBase
112 explicit LocalMemory(T *p=NULL) : LocalPointerBase<T>(p) {} function in class:LocalMemory
116 ~LocalMemory() {
145 * which the caller must track because the LocalMemory does not track it
159 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) {
175 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) {
202 * Unlike LocalMemory and LocalArray, this class never adopts
369 * Unlike LocalMemory and LocalArray, this class never adopts

Completed in 52 milliseconds