Home
last modified time | relevance | path

Searched refs:allocator_ (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Dparcel.cpp39 allocator_ = allocator; in Parcel()
41 allocator_ = new DefaultAllocator(); in Parcel()
64 delete allocator_; in ~Parcel()
65 allocator_ = nullptr; in ~Parcel()
145 if (allocator_ != nullptr) { in EnsureWritableCapacity()
146 void *newData = allocator_->Realloc(data_, newCapacity); in EnsureWritableCapacity()
240 if ((allocator == nullptr) || (allocator_ == allocator)) { in SetAllocator()
245 if (allocator_ == nullptr) { in SetAllocator()
259 allocator_->Dealloc(data_); in SetAllocator()
264 delete allocator_; in SetAllocator()
[all...]
/commonlibrary/c_utils/base/include/
H A Dparcel.h854 Allocator *allocator_; member in OHOS::Parcel

Completed in 3 milliseconds