Home
last modified time | relevance | path

Searched refs:Allocator (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/c_utils/base/include/
H A Dparcel.h125 class Allocator { class
127 virtual ~Allocator() = default;
141 class DefaultAllocator : public Allocator {
185 explicit Parcel(Allocator *allocator);
694 * @param allocator Indicates the pointer to an `Allocator` object.
698 bool SetAllocator(Allocator *allocator);
854 Allocator *allocator_;
/commonlibrary/c_utils/base/src/
H A Dparcel.cpp36 Parcel::Parcel(Allocator *allocator) in Parcel()
238 bool Parcel::SetAllocator(Allocator *allocator) in SetAllocator()
/commonlibrary/c_utils/base/test/benchmarktest/parcel_benchmark_test/
H A Dparcel_benchmark_test.cpp663 Allocator* alloc = 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()

Completed in 17 milliseconds