/third_party/libdrm/intel/ |
H A D | intel_bufmgr_gem.c | 579 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 D | zic.c | 513 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 D | configure | 6892 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 D | iris_state.c | 1353 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 D | configure | 6883 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 D | runtests.c | 641 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 D | shell.c | 677 ** 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 D | pngvalid.c | 130 #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 D | imx335_cmos.c | 1514 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 D | imx327_2l_cmos.c | 1370 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 D | os05a_cmos.c | 1188 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 D | ov2775_cmos.c | 1428 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 D | imx327_cmos.c | 1369 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 D | imx307_2l_cmos.c | 1242 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 D | imx415_cmos.c | 1358 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 D | sc4210_cmos.c | 1298 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 D | imx307_cmos.c | 1336 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 D | imx335_forcar_cmos.c | 1430 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 D | sample_media_ai.c | 1698 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 D | sample_lcd.c | 1670 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 D | os05a_2l_cmos.c | 1156 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 D | ps5260_2l_cmos.c | 1403 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 D | sws.c | 1524 req2 = malloc(sizeof(*req2)); in http_connect()
|
/third_party/eudev/src/udev/ |
H A D | udev-rules.c | 1697 rules->tokens = malloc(PREALLOC_TOKEN * sizeof(struct token)); in udev_rules_new()
|
/third_party/curl/lib/ |
H A D | setopt.c | 92 malloc(sizeof(struct curl_blob) + in Curl_setblobopt()
|