Searched refs:AppRecoveryParcelAllocator (Results 1 – 4 of 4) sorted by relevance
20 AppRecoveryParcelAllocator::AppRecoveryParcelAllocator() in AppRecoveryParcelAllocator() function in OHOS::AppExecFwk::AppRecoveryParcelAllocator24 AppRecoveryParcelAllocator::~AppRecoveryParcelAllocator() in ~AppRecoveryParcelAllocator()28 void* AppRecoveryParcelAllocator::Realloc(void* data __attribute__((unused)), size_t newSize __attr… in Realloc()33 void* AppRecoveryParcelAllocator::Alloc(size_t size __attribute__((unused))) in Alloc()38 void AppRecoveryParcelAllocator::Dealloc(void* data __attribute__((unused))) in Dealloc()
219 Parcel parcel(new AppRecoveryParcelAllocator()); // do not dealloc mmap area in ReadSerializeDataFromFile()
23 class AppRecoveryParcelAllocator : public OHOS::Allocator {25 AppRecoveryParcelAllocator();26 ~AppRecoveryParcelAllocator();
549 AppRecoveryParcelAllocator allocator;