Home
last modified time | relevance | path

Searched refs:DefaultAllocator (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/c_utils/base/src/
H A Dparcel.cpp41 allocator_ = new DefaultAllocator(); in Parcel()
58 Parcel::Parcel() : Parcel(new DefaultAllocator()) in Parcel()
1307 void *DefaultAllocator::Alloc(size_t size) in Alloc()
1312 void DefaultAllocator::Dealloc(void *data) in Dealloc()
1319 void *DefaultAllocator::Realloc(void *data, size_t newSize) in Realloc()
/commonlibrary/c_utils/base/include/
H A Dparcel.h141 class DefaultAllocator : public Allocator { class
/commonlibrary/c_utils/base/test/fuzztest/parcel_fuzzer/
H A Dparcel_fuzzer.cpp358 parcel.SetAllocator(new DefaultAllocator());
/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H A Dparcel_benchmark_test.cpp663 Allocator* alloc = new DefaultAllocator(); in BENCHMARK_F()
673 parcel.SetAllocator(new DefaultAllocator()); in BENCHMARK_F()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_parcel_test.cpp780 Allocator* alloc = new DefaultAllocator(); in HWTEST_F()
788 parcel.SetAllocator(new DefaultAllocator()); in HWTEST_F()

Completed in 11 milliseconds