/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
H A D | osu_client.c | 1410 hex = malloc(len * 2 + 1); in set_pps_cred_password()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numfmtst.cpp | 2210 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 D | xmlparse.c | 1047 parser = (XML_Parser)malloc(sizeof(struct XML_ParserStruct)); in parserCreate() 1050 mtemp->malloc_fcn = malloc; in parserCreate()
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 446 # include <malloc.h> 1869 filename = (LPCWSTR)malloc((n + 1) * sizeof(filename[0])); in attributes_from_dir()
|
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 989 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 D | radv_cmd_buffer.c | 607 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 D | mpegts.c | 722 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 D | mov.c | 3202 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 D | v3dv_meta_copy.c | 1934 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 D | imstb_truetype.h | 469 // #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 D | imgui_draw.cpp | 39 #include <malloc.h> // alloca
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_shaders.cpp | 254 *data = malloc(*size); in read_chunk()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | fbobject.c | 5624 fb->SampleLocationTable = malloc(size); in sample_locations()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 3037 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 D | u_threaded_context.c | 3060 next->token = malloc(sizeof(*next->token)); in tc_flush()
|
/third_party/libabigail/ |
H A D | ltmain.sh | 4149 #include <malloc.h> 4533 void *p = (void *) malloc (num);
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3416 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 D | imgui_draw.cpp | 46 #include <malloc.h> // alloca
|
H A D | imstb_truetype.h | 469 // #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 D | ltmain.sh | 4169 #include <malloc.h> 4553 void *p = (void *) malloc (num);
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | D3D12MemAlloc.cpp | 38 #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 D | ItaniumDemangle.h | 2192 auto* Tmp = static_cast<T*>(std::malloc(NewCap * sizeof(T))); in reserve()
|
/third_party/python/Modules/_ctypes/ |
H A D | _ctypes.c | 120 #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 D | tls_openssl.c | 3381 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 D | gl.h | 5825 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()
|