OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LocalMemory
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
cmemory.h
106
class
LocalMemory
: public LocalPointerBase<T> {
112
explicit
LocalMemory
(T *p=NULL) : LocalPointerBase<T>(p) {}
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
/external/icu4c/common/
cmemory.h
153
class
LocalMemory
: public LocalPointerBase<T> {
159
explicit
LocalMemory
(T *p=NULL) : LocalPointerBase<T>(p) {}
163
~
LocalMemory
() {
192
* which the caller must track because the
LocalMemory
does not track it
206
inline T *
LocalMemory
<T>::allocateInsteadAndReset(int32_t newCapacity) {
222
inline T *
LocalMemory
<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) {
249
* Unlike
LocalMemory
and LocalArray, this class never adopts
424
* Unlike
LocalMemory
and LocalArray, this class never adopts
Completed in 92 milliseconds