Home
last modified time | relevance | path

Searched refs:malloc (Results 1526 - 1550 of 3628) sorted by relevance

1...<<61626364656667686970>>...146

/third_party/musl/Benchmark/musl/
H A Dlibc_signal.cpp45 ss.ss_sp = malloc(SIGSTKSZ); in Bm_function_Sigaltstack()
47 perror("malloc"); in Bm_function_Sigaltstack()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator_validate.h41 #define kmalloc(size, arg) malloc(size)
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dvfprintf.c34 str = (char *)malloc(filesize); in getfileall()
/third_party/node/deps/openssl/openssl/crypto/
H A DLPdir_unix.c96 *ctx = malloc(sizeof(**ctx)); in LP_find_file()
/third_party/pulseaudio/src/daemon/
H A Dltdl-bind-now.c130 if (!(bindnow_loader = malloc(sizeof(lt_dlvtable)))) { in pa_ltdl_init()
/third_party/pulseaudio/src/pulsecore/ffmpeg/
H A Davcodec.h39 #define av_malloc(l) malloc(l)
/third_party/openssl/crypto/
H A DLPdir_unix.c96 *ctx = malloc(sizeof(**ctx)); in LP_find_file()
/third_party/skia/third_party/externals/angle2/src/common/fuchsia_egl/
H A Dfuchsia_egl.c30 fuchsia_egl_window *egl_window = malloc(sizeof(*egl_window)); in fuchsia_egl_window_create()
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
H A Dmd5hl.c66 buf = malloc(2 * LENGTH + 1); in MD5End()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Dreadppm.c165 if ((image_data = (uch *)malloc(rowbytes*height)) == NULL) { in readpng_get_image()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dbenchmark.c96 struct timeval *tv = malloc (sizeof (struct timeval)); in uri_logger_cb()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dbasicauth.c124 header = (char*)malloc(hlen); in MHD_queue_basic_auth_fail_response()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
H A Dtest_tls_options.c48 if (NULL == (cbc.buf = malloc (sizeof (char) * 256))) in test_unmatching_ssl_version()
/third_party/pulseaudio/src/pulse/
H A Dxmalloc.c39 /* #undef malloc */
63 if (!(p = malloc(size))) in pa_xmalloc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DMutex.cpp49 static_cast<pthread_mutex_t*>(malloc(sizeof(pthread_mutex_t)));
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
H A Dstreaming_inflate_fuzzer.cc32 uint8_t* comp_buf = (uint8_t*)malloc(comp_buf_cap); in LLVMFuzzerTestOneInput()
/third_party/vixl/examples/aarch64/
H A Dliteral.cc66 uint8_t* code = reinterpret_cast<uint8_t*>(malloc(code_size)); in LiteralExample()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_ref_counted_block.cpp63 fBuffer = malloc (size + sizeof (header)); in Allocate()
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dreadfilemap.c115 /* malloc will return NULL with nbytes == 0, handle files with size 0 */ in filemap()
122 p = malloc(nbytes); in filemap()
/third_party/python/Include/internal/
H A Dpycore_hashtable.h52 void* (*malloc) (size_t size); member
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dmemutil.cc38 if ((copy = malloc(slen)) == nullptr) return nullptr; in memdup()
/third_party/selinux/libselinux/src/
H A Dvalidatetrans.c36 buf = malloc(size); in security_validatetrans_raw()
H A Dfgetfilecon.c42 buf = malloc(size); in fgetfilecon_raw()
H A Dcompute_member.c34 buf = malloc(size); in security_compute_member_raw()
H A Dcompute_relabel.c34 buf = malloc(size); in security_compute_relabel_raw()

Completed in 8 milliseconds

1...<<61626364656667686970>>...146