Home
last modified time | relevance | path

Searched refs:malloc (Results 2151 - 2175 of 3507) sorted by relevance

1...<<81828384858687888990>>...141

/third_party/gn/src/gn/
H A Dhash_table_base.h211 // NOTE: using malloc() here to clarify that no object construction in HashTableBase()
213 buckets_ = reinterpret_cast<Node*>(malloc(other.size_ * sizeof(Node))); in HashTableBase()
/third_party/ffmpeg/tests/
H A Dvideogen.c176 rgb_tab = malloc(w * h * 3); in main()
/third_party/fsverity-utils/programs/
H A Dutils.c29 void *p = malloc(size); in xmalloc()
/third_party/alsa-lib/src/topology/
H A Dsave.c171 a = malloc(sizeof(dst) * count); in sort_config()
524 a = malloc(size * sizeof(a[0])); in tplg_index_groups()
/third_party/alsa-utils/axfer/test/
H A Dgenerator.c32 gen->private_data = malloc(private_size); in generator_context_init()
/third_party/alsa-utils/axfer/
H A Dmapper-multiple.c138 state->bufs[i] = malloc(bytes_per_buffer); in multiple_pre_process()
H A Dxfer.c69 xfer->private_data = malloc(entry->data->private_size); in xfer_context_init()
/third_party/alsa-lib/src/
H A Dinput.c321 buffer->buf = malloc((size_t)size + 1); in snd_input_buffer_open()
/third_party/astc-encoder/Utils/
H A Dastc_blend_test.cpp132 uint8_t* data_out = (uint8_t*)malloc(4 * dim_y * dim_x); in main()
/third_party/backends/backend/escl/
H A Descl_jpeg.c235 surface = malloc(w * h * cinfo.output_components); in get_JPEG_data()
H A Descl_mupdf.c217 surface = malloc(pix->h * pix->stride); in get_PDF_data()
H A Descl_status.c216 var->memory = malloc(1); in escl_status()
/third_party/backends/backend/
H A Dsm3600-scanmtek.c256 puchGamma=malloc(0x2000); in UploadGammaTable()
H A Dhp5400_sanei.c273 buffer = (unsigned char*) malloc (block); in hp5400_bulk_read()
/third_party/cups-filters/filter/foomatic-rip/
H A Dspooler.c73 cups_options = malloc(cups_options_len + 1); in init_cups()
/third_party/curl/lib/
H A Dcurl_setup_once.h44 #include <malloc.h>
/third_party/icu/icu4c/source/test/perf/utrie2perf/
H A Dutrie2perf.cpp65 utf8=(char *)malloc(utf8Length); in UTrie2PerfTest()
/third_party/icu/icu4c/source/common/
H A Dputilimp.h599 * Define malloc and related functions
609 # define uprv_default_malloc(x) malloc(x)
/third_party/FreeBSD/sys/dev/usb/implementation/
H A Dusb_btree.c75 struct usbd_bt_node *node = (usbd_bt_node *)malloc(sizeof(usbd_bt_node)); in usbd_create_bt_node()
/third_party/NuttX/drivers/usbdev/gadget/
H A Ddfu.c368 alloc = malloc(sizeof(struct dfu_driver_s)); in usbclass_classobject()
H A Dusbd_hid.c143 queue_node->buf = malloc(len); in hid_queue_node_alloc()
H A Dusbd_audio.c166 PRINT_ERR("%s, malloc uac queue node failed\n", __FUNCTION__); in uac_queue_node_alloc()
172 queue_node->buf = malloc(len); in uac_queue_node_alloc()
176 PRINT_ERR("%s, malloc uac queue node buf failed\n", __FUNCTION__); in uac_queue_node_alloc()
/third_party/libunwind/libunwind/tests/
H A Dia64-test-dyn1.c47 mem = malloc (len); in create_func()
/third_party/libwebsockets/lib/abstract/protocols/smtp/
H A Dsmtp-sequencer.c299 e = malloc(sizeof(*e) + payload_len + 1); in lws_smtpc_add_email()
/third_party/libuv/test/
H A Dtest-signal-multiple-loops.c174 loop = malloc(sizeof(*loop)); in loop_creating_worker()

Completed in 14 milliseconds

1...<<81828384858687888990>>...141