Home
last modified time | relevance | path

Searched refs:malloc (Results 1401 - 1412 of 1412) sorted by relevance

1...<<51525354555657

/foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_proxy_test/
H A Dts_code_emitter_proxy_test.cpp2376 void* fileData = malloc(header.size_); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp78 buffer = malloc(size); in GetData()
80 APP_LOGE("GetData failed due to malloc buffer failed"); in GetData()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp23 #include <malloc.h>
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_pixel_map_napi.cpp979 char *buffer = reinterpret_cast<char *>(malloc((bufLength + NUM_1) * sizeof(char))); in GetStringArgument()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_photo_operations_test/src/
H A Dmedialibrary_photo_operations_test.cpp3195 unsigned char *buf = static_cast<unsigned char*>(malloc(destLen)); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp3879 uint8_t* data = static_cast<uint8_t*>(malloc(length)); in HandleWindowMask()
/foundation/arkui/napi/sample/native_module_systemtest/
H A Dtest_napi.cpp7926 struct AsyncData* data = (struct AsyncData*)malloc(sizeof(struct AsyncData)); in CreateAsyncData()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpixel_map_napi.cpp1292 char *buffer = reinterpret_cast<char *>(malloc((bufLength + NUM_1) * sizeof(char))); in GetStringArgument()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dfile_asset_napi.cpp4569 context->editDataBuffer = static_cast<char*>(malloc(fileSize + 1)); in PhotoAccessHelperRequestEditDataExecute()
H A Dmedia_library_napi.cpp2773 msg->data_ = (uint8_t *)malloc(msg->changeInfo_.size_); in OnChange()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp403 void *buffer = malloc(bufferSize); in MakeNewPixelMap()
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp3765 AsyncData* data = static_cast<AsyncData*>(malloc(sizeof(AsyncData))); in CreateAsyncData()

Completed in 120 milliseconds

1...<<51525354555657