/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/ |
H A D | app_recovery_parcel_allocator.cpp | 28 void* AppRecoveryParcelAllocator::Realloc(void* data __attribute__((unused)), size_t newSize __attribute__((unused)))
in Realloc() function in OHOS::AppExecFwk::AppRecoveryParcelAllocator
|
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/recovery/ |
H A D | app_recovery_parcel_allocator.h | 27 void* Realloc(void *data, size_t newSize) override;
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_ashmem_helper.h | 41 void* Realloc(void* data, size_t newSize) override;
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_sample_replayer.h | 44 void* Realloc(void *data, size_t newSize) override { return nullptr; }
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_ashmem_helper.cpp | 79 void* AshmemAllocator::Realloc(void* data, size_t newSize) in Realloc() function in OHOS::Rosen::AshmemAllocator
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_ashmem_helper.cpp | 79 void* AshmemAllocator::Realloc(void* data, size_t newSize) in Realloc() function in OHOS::Rosen::AshmemAllocator
|
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/ |
H A D | parcel.h | 122 virtual void *Realloc(void *data, size_t newSize) = 0; 158 void *Realloc(void *data, size_t newSize) override;
|
H A D | parcel.cpp | 538 void *DefaultAllocator::Realloc(void *data, size_t newSize) in Realloc() function in OHOS::DefaultAllocator
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_ashmem_helper_test.cpp | 249 * @tc.desc: Verify function Realloc 257 EXPECT_EQ(rsAshmemAllocator->Realloc(wrongData, newSize), nullptr); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_ashmem_helper.cpp | 176 void* AshmemAllocator::Realloc(void* data, size_t newSize) in Realloc() function in OHOS::Rosen::AshmemAllocator 178 ROSEN_LOGW("AshmemAllocator::Realloc"); in Realloc()
|
/foundation/ability/ability_runtime/test/unittest/app_recovery_test/ |
H A D | ability_recovery_test.cpp | 565 EXPECT_EQ(allocator.Realloc(nullptr, 0), nullptr); in HWTEST_F()
|