Home
last modified time | relevance | path

Searched refs:Realloc (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/
H A Dapp_recovery_parcel_allocator.cpp28 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 Dapp_recovery_parcel_allocator.h27 void* Realloc(void *data, size_t newSize) override;
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_ashmem_helper.h41 void* Realloc(void* data, size_t newSize) override;
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_replayer.h44 void* Realloc(void *data, size_t newSize) override { return nullptr; }
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_ashmem_helper.cpp79 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 Drs_ashmem_helper.cpp79 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 Dparcel.h122 virtual void *Realloc(void *data, size_t newSize) = 0;
158 void *Realloc(void *data, size_t newSize) override;
H A Dparcel.cpp538 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 Drs_ashmem_helper_test.cpp249 * @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 Drs_ashmem_helper.cpp176 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 Dability_recovery_test.cpp565 EXPECT_EQ(allocator.Realloc(nullptr, 0), nullptr); in HWTEST_F()

Completed in 7 milliseconds