Home
last modified time | relevance | path

Searched refs:malloc (Results 2001 - 2025 of 2531) sorted by relevance

1...<<81828384858687888990>>...102

/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_lib.c406 * These routines call the C malloc/free, to avoid intermixing with
411 OPENSSL_INIT_SETTINGS *ret = malloc(sizeof(*ret)); in OPENSSL_INIT_new()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitConfigInternal.h245 #define SLJIT_MALLOC(size, allocator_data) malloc(size)
/third_party/pulseaudio/src/modules/raop/
H A Dmodule-raop-discover.c35 #include <avahi-common/malloc.h>
/third_party/pulseaudio/src/modules/
H A Dmodule-zeroconf-discover.c34 #include <avahi-common/malloc.h>
/third_party/pulseaudio/src/pulsecore/
H A Dpoll-win32.c30 #include <malloc.h>
/third_party/openssl/crypto/conf/
H A Dconf_lib.c406 * These routines call the C malloc/free, to avoid intermixing with
411 OPENSSL_INIT_SETTINGS *ret = malloc(sizeof(*ret)); in OPENSSL_INIT_new()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderPrimitiveCoverage.cpp385 m_rendered_data_buffer = (glw::GLubyte*)malloc(m_rendered_data_buffer_size); in initTest()
/third_party/skia/third_party/externals/imgui/misc/fonts/
H A Dbinary_to_compressed_c.cpp348 chash = (stb_uchar**) malloc(stb__hashsize * sizeof(stb_uchar*)); in stb_compress_inner()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djpegtran.c562 if ((icc_profile = (JOCTET *)malloc(icc_len)) == NULL) { in jpegtran()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch32/
H A Djsimd.c71 char *buffer = (char *)malloc(bufsize); in parse_proc_cpuinfo()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/
H A Djsimd.c77 char *buffer = (char *)malloc(bufsize); in parse_proc_cpuinfo()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng-win.c506 if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) + in rpng_win_create_window()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dgenpng.c792 * large before the malloc is attempted. in main()
801 buffer = malloc(PNG_IMAGE_SIZE(image)); in main()
/third_party/skia/third_party/externals/libwebp/extras/
H A Dget_disto.c168 uint8_t* const plane1 = (uint8_t*)malloc(2 * w * h * sizeof(*plane1)); in SSIMScaleChannel()
/third_party/skia/third_party/externals/icu/source/samples/cal/
H A Dcal.c314 array[idx] = (UChar *) malloc(sizeof(UChar) * size); in get_symbols()
/third_party/skia/third_party/externals/icu/source/tools/icuswap/
H A Dicuswap.cpp187 data=(char *)malloc(length+DEFAULT_PADDING_LENGTH); in main()
520 * We swapped the strings above to avoid the malloc below if string swapping fails. in udata_swapPackage()
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dsessions.c31 result = (char *) malloc (sizeof (char *) * len); in asprintf()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_get_sendfile.c471 sourcefile = malloc (strlen (tmp) + 32); in main()
H A Dtest_large_put.c467 put_buffer = malloc (PUT_SIZE); in main()
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/
H A DDeviceNull.cpp266 : mBindingDataAllocation(malloc(size)) // malloc is guaranteed to return a in BindGroupDataHolder()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dmain.cc200 hb_ot_color_layer_t *layers = (hb_ot_color_layer_t*) malloc (num_layers * sizeof (hb_ot_color_layer_t)); in layered_glyph_dump()
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-ot-color.c213 hb_color_t *colors = (hb_color_t*) malloc (num_colors * sizeof (hb_color_t)); in test_hb_ot_color_palette_get_colors_v0()
/third_party/python/Modules/_ctypes/
H A Dcallbacks.c17 # include <malloc.h>
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DAllocator.h97 return malloc(Size); in Allocate()
134 /// object, which wraps malloc, to allocate memory, but it can be changed to
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Diowin32.c91 ret = malloc(sizeof(WIN32FILE_IOWIN)); in win32_build_iowin()

Completed in 23 milliseconds

1...<<81828384858687888990>>...102