Home
last modified time | relevance | path

Searched refs:malloc (Results 2576 - 2600 of 2633) sorted by relevance

1...<<101102103104105106

/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dosu_client.c1410 hex = malloc(len * 2 + 1); in set_pps_cred_password()
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp2210 UChar* EUR = (UChar*) malloc(6); in TestCurrencyUnit()
2214 char* EUR8 = (char*) malloc(3); in TestCurrencyUnit()
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c1047 parser = (XML_Parser)malloc(sizeof(struct XML_ParserStruct)); in parserCreate()
1050 mtemp->malloc_fcn = malloc; in parserCreate()
/third_party/python/Modules/
H A Dposixmodule.c446 # include <malloc.h>
1869 filename = (LPCWSTR)malloc((n + 1) * sizeof(filename[0])); in attributes_from_dir()
/third_party/python/Modules/expat/
H A Dxmlparse.c989 parser = (XML_Parser)malloc(sizeof(struct XML_ParserStruct)); in parserCreate()
992 mtemp->malloc_fcn = malloc; in parserCreate()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c607 upload = malloc(sizeof(*upload)); in radv_cmd_buffer_resize_upload_buf()
3190 uint32_t *key2 = malloc(key_size * 4); in lookup_vs_prolog()
5310 set->header.mapped_ptr = malloc(new_size); in radv_init_push_descriptor_set()
/third_party/ffmpeg/libavformat/
H A Dmpegts.c722 cei_buf = (uint8_t *)malloc(data_size); in mpegts_drm_set_key_info()
724 av_log(NULL, AV_LOG_ERROR, "malloc cei data failed\n"); in mpegts_drm_set_key_info()
H A Dmov.c3202 st->stts_data = malloc(st->stts_count * sizeof(AVMOVStts));
3206 av_log(c->fc, AV_LOG_WARNING, "st->stts_data malloc failed\n");
3335 st->ctts_data = malloc(st->ctts_count * sizeof(AVMOVCtts));
3339 av_log(c->fc, AV_LOG_WARNING, "st->ctts_data malloc failed\n");
6947 av_freep(&info->data); // malloc(0) may still allocate something.
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_meta_copy.c1934 uint8_t *dupkey = malloc(V3DV_META_TEXEL_BUFFER_COPY_CACHE_KEY_SIZE); in get_copy_texel_buffer_pipeline()
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h469 // #define your own functions "STBTT_malloc" / "STBTT_free" to avoid malloc.h
472 #define STBTT_malloc(x,u) ((void)(u),malloc(x))
4858 // userdata, malloc-from-userdata, non-zero fill (stb)
H A Dimgui_draw.cpp39 #include <malloc.h> // alloca
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.cpp254 *data = malloc(*size); in read_chunk()
/third_party/mesa3d/src/mesa/main/
H A Dfbobject.c5624 fb->SampleLocationTable = malloc(size); in sample_locations()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_device.c3037 struct intel_aux_map_buffer *buf = malloc(sizeof(struct intel_aux_map_buffer)); in intel_aux_map_buffer_alloc()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c3060 next->token = malloc(sizeof(*next->token)); in tc_flush()
/third_party/libabigail/
H A Dltmain.sh4149 #include <malloc.h>
4533 void *p = (void *) malloc (num);
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3416 pub fn malloc(size: size_t) -> *mut c_void; in malloc() functions
4284 // like malloc/free.
/third_party/skia/third_party/externals/imgui/
H A Dimgui_draw.cpp46 #include <malloc.h> // alloca
H A Dimstb_truetype.h469 // #define your own functions "STBTT_malloc" / "STBTT_free" to avoid malloc.h
472 #define STBTT_malloc(x,u) ((void)(u),malloc(x))
4858 // userdata, malloc-from-userdata, non-zero fill (stb)
/third_party/skia/third_party/externals/microhttpd/
H A Dltmain.sh4169 #include <malloc.h>
4553 void *p = (void *) malloc (num);
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp38 #include <malloc.h> // for _aligned_malloc, _aligned_free
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2192 auto* Tmp = static_cast<T*>(std::malloc(NewCap * sizeof(T))); in reserve()
/third_party/python/Modules/_ctypes/
H A D_ctypes.c120 #include <malloc.h>
2956 /* No need to call malloc, can use the default buffer */ in PyCData_MallocBuffer()
2966 /* In python 2.4, and ctypes 0.9.6, the malloc call took about in PyCData_MallocBuffer()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c3381 certificate.credData.data = (uint8_t *)malloc(MAX_LEN_CERTIFICATE_CHAIN); in tls_connection_client_cert()
3383 wpa_printf(MSG_ERROR, "%s malloc certificate.credData.data fail", __func__); in tls_connection_client_cert()
/third_party/glfw/deps/glad/
H A Dgl.h5825 exts_i = (char **) malloc(num_exts_i * (sizeof *exts_i)); in glad_gl_get_extensions()
5834 char *local_str = (char*) malloc(len * sizeof(char)); in glad_gl_get_extensions()

Completed in 208 milliseconds

1...<<101102103104105106