Home
last modified time | relevance | path

Searched refs:malloc (Results 2426 - 2450 of 2633) sorted by relevance

1...<<919293949596979899100>>...106

/third_party/libdrm/intel/
H A Dintel_bufmgr_gem.c579 bo_gem->relocs = malloc(max_relocs * in drm_intel_setup_reloc_list()
581 bo_gem->reloc_target_info = malloc(max_relocs * in drm_intel_setup_reloc_list()
/third_party/tzdata/
H A Dzic.c513 char *result = malloc(strlen(str) + 1); in strdup()
529 return memcheck(malloc(size)); in emalloc()
2386 /* Allocate the ATS and TYPES arrays via a single malloc, in writezone()
2387 as this is a bit faster. Do not malloc(0) if !timecnt, in writezone()
/third_party/icu/icu4c/source/
H A Dconfigure6892 void *operator new(size_t size) {return malloc(size);}
6893 void *operator new[](size_t size) {return malloc(size);}
6930 void *operator new(size_t size) {return malloc(size);}
6931 void *operator new[](size_t size) {return malloc(size);}
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c1353 struct iris_blend_state *cso = malloc(sizeof(struct iris_blend_state)); in iris_create_blend_state()
1526 malloc(sizeof(struct iris_depth_stencil_alpha_state)); in iris_create_zsa_state()
1868 malloc(sizeof(struct iris_rasterizer_state)); in iris_create_rasterizer_state()
3698 malloc(sizeof(struct iris_vertex_element_state)); in iris_create_vertex_elements()
/third_party/skia/third_party/externals/icu/source/
H A Dconfigure6883 void *operator new(size_t size) {return malloc(size);}
6884 void *operator new[](size_t size) {return malloc(size);}
6921 void *operator new(size_t size) {return malloc(size);}
6922 void *operator new[](size_t size) {return malloc(size);}
/third_party/skia/third_party/externals/expat/expat/tests/
H A Druntests.c641 CharData *const storage = (CharData *)malloc(sizeof(CharData)); in _run_ext_character_check()
7340 return malloc(size); in duff_allocator()
7598 mydata = (DataIssue240 *)malloc(sizeof(DataIssue240)); in START_TEST()
7619 mydata = (DataIssue240 *)malloc(sizeof(DataIssue240)); in START_TEST()
8083 /* First time through, check how many calls to malloc occur */ in external_entity_dbl_handler()
/third_party/sqlite/src/
H A Dshell.c677 ** the text in memory obtained from malloc() and returns a pointer
678 ** to the text. NULL is returned at end of file, or if malloc()
739 ** The result is stored in space obtained from malloc() and must either
844 ** from malloc(), or a NULL pointer. The string pointed to by zAppend is
845 ** added to zIn, and the result returned in memory obtained from malloc().
17029 z = p->zDestTable = malloc( n+1 ); in set_table_name()
17698 ** from malloc()) of that first line, which caller should free sometime.
17765 zOut = malloc( j+1 ); in translateForDisplayAndDup()
18702 zQ2 = malloc( len+100 ); in run_schema_dump_query()
25639 home_dir = malloc( in find_home_dir()
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c130 #include <stdlib.h> /* For malloc */
919 pb = voidcast(png_store_buffer*, malloc(sizeof *pb)); in store_storenew()
977 pf = voidcast(png_store_file*, malloc(sizeof *pf)); in store_storefile()
1175 image = voidcast(png_bytep, malloc(cb+2)); in store_ensure_image()
1752 ps->palette = voidcast(store_palette_entry*, malloc(npalette * in store_write_palette()
1908 store_memory *new = voidcast(store_memory*, malloc(cb + (sizeof *new) + in store_malloc()
1934 /* NOTE: the PNG user malloc function cannot use the png_ptr it is passed in store_malloc()
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx335/
H A Dimx335_cmos.c1514 pastSnsStateCtx = (ISP_SNS_STATE_S *)malloc(sizeof(ISP_SNS_STATE_S)); in sensor_ctx_init()
1516 SNS_ERR_TRACE("Isp[%d] SnsCtx malloc memory failed!\n", vi_pipe); in sensor_ctx_init()
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx327_2L/
H A Dimx327_2l_cmos.c1370 pastSnsStateCtx = (ISP_SNS_STATE_S *)malloc(sizeof(ISP_SNS_STATE_S)); in sensor_ctx_init()
1372 SNS_ERR_TRACE("Isp[%d] SnsCtx malloc memory failed!\n", vi_pipe); in sensor_ctx_init()
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_os05a/
H A Dos05a_cmos.c1188 pastSnsStateCtx = (ISP_SNS_STATE_S *)malloc(sizeof(ISP_SNS_STATE_S)); in sensor_ctx_init()
1190 SNS_ERR_TRACE("Isp[%d] SnsCtx malloc memory failed!\n", vi_pipe); in sensor_ctx_init()
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_ov2775/
H A Dov2775_cmos.c1428 sns_state_ctx = (ISP_SNS_STATE_S *)malloc(sizeof(ISP_SNS_STATE_S)); in sensor_ctx_init()
1430 SNS_ERR_TRACE("Isp[%d] SnsCtx malloc memory failed!\n", vi_pipe); in sensor_ctx_init()
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx327/
H A Dimx327_cmos.c1369 pastSnsStateCtx = (ISP_SNS_STATE_S *)malloc(sizeof(ISP_SNS_STATE_S)); in sensor_ctx_init()
1371 SNS_ERR_TRACE("Isp[%d] SnsCtx malloc memory failed!\n", vi_pipe); in sensor_ctx_init()
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx307_2L/
H A Dimx307_2l_cmos.c1242 pastSnsStateCtx = (ISP_SNS_STATE_S *)malloc(sizeof(ISP_SNS_STATE_S)); in sensor_ctx_init()
1244 SNS_ERR_TRACE("Isp[%d] SnsCtx malloc memory failed!\n", vi_pipe); in sensor_ctx_init()
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx415/
H A Dimx415_cmos.c1358 pastSnsStateCtx = (ISP_SNS_STATE_S *)malloc(sizeof(ISP_SNS_STATE_S)); in sensor_ctx_init()
1360 SNS_ERR_TRACE("Isp[%d] SnsCtx malloc memory failed!\n", vi_pipe); in sensor_ctx_init()
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/smart_sc4210/
H A Dsc4210_cmos.c1298 pastSnsStateCtx = (ISP_SNS_STATE_S *)malloc(sizeof(ISP_SNS_STATE_S)); in sensor_ctx_init()
1300 SNS_ERR_TRACE("Isp[%d] SnsCtx malloc memory failed!\n", vi_pipe); in sensor_ctx_init()
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx307/
H A Dimx307_cmos.c1336 pastSnsStateCtx = (ISP_SNS_STATE_S *)malloc(sizeof(ISP_SNS_STATE_S)); in sensor_ctx_init()
1338 SNS_ERR_TRACE("Isp[%d] SnsCtx malloc memory failed!\n", vi_pipe); in sensor_ctx_init()
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx335_ForCar/
H A Dimx335_forcar_cmos.c1430 pastSnsStateCtx = (ISP_SNS_STATE_S *)malloc(sizeof(ISP_SNS_STATE_S)); in sensor_ctx_init()
1432 SNS_ERR_TRACE("Isp[%d] SnsCtx malloc memory failed!\n", vi_pipe); in sensor_ctx_init()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/smp/
H A Dsample_media_ai.c1698 MppSess *sess = (MppSess*)malloc(sizeof(*sess)); in MppSessNew()
1700 SAMPLE_PRT("%s: malloc failed!\n", __FUNCTION__); in MppSessNew()
1740 MppSess *self = MppSessNew(); // todo:realease malloc in ViVpssCreate()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/helloworld/smp/
H A Dsample_lcd.c1670 MppSess *sess = (MppSess*)malloc(sizeof(*sess)); in MppSessNew()
1672 SAMPLE_PRT("%s: malloc failed!\n", __FUNCTION__); in MppSessNew()
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_os05a_2L/
H A Dos05a_2l_cmos.c1156 pastSnsStateCtx = (ISP_SNS_STATE_S *)malloc(sizeof(ISP_SNS_STATE_S)); in sensor_ctx_init()
1158 SNS_ERR_TRACE("Isp[%d] SnsCtx malloc memory failed!\n", vi_pipe); in sensor_ctx_init()
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/primesensor_ps5260_2L/
H A Dps5260_2l_cmos.c1403 sns_state_ctx = (ISP_SNS_STATE_S *)malloc(sizeof(ISP_SNS_STATE_S)); in sensor_ctx_init()
1405 SNS_ERR_TRACE("Isp[%d] SnsCtx malloc memory failed!\n", vi_pipe); in sensor_ctx_init()
/third_party/curl/tests/server/
H A Dsws.c1524 req2 = malloc(sizeof(*req2)); in http_connect()
/third_party/eudev/src/udev/
H A Dudev-rules.c1697 rules->tokens = malloc(PREALLOC_TOKEN * sizeof(struct token)); in udev_rules_new()
/third_party/curl/lib/
H A Dsetopt.c92 malloc(sizeof(struct curl_blob) + in Curl_setblobopt()

Completed in 149 milliseconds

1...<<919293949596979899100>>...106