Home
last modified time | relevance | path

Searched refs:malloc (Results 976 - 1000 of 3351) sorted by relevance

1...<<31323334353637383940>>...135

/third_party/jerryscript/tests/unit-core/
H A Dtest-poolman.cpp66 return malloc(newSize); in context_alloc_fn()
H A Dtest-unicode.cpp64 return malloc(newSize); in context_alloc_fn()
/third_party/mesa3d/src/amd/vulkan/winsys/null/
H A Dradv_null_bo.c45 bo->ptr = malloc(size); in radv_null_winsys_bo_create()
/third_party/ltp/pan/
H A Dltp-bump.c56 active = malloc(strlen(optarg) + 1); in main()
/third_party/node/test/node-api/test_cleanup_hook/
H A Dbinding.c27 napi_ref* ref = malloc(sizeof(*ref)); in CreateObjectWrap()
/third_party/node/test/node-api/test_env_teardown_gc/
H A Dbinding.c24 napi_ref* ref = malloc(sizeof(*ref)); in MyObject()
/third_party/node/test/node-api/test_worker_terminate_finalization/
H A Dtest_worker_terminate_finalization.c25 void* bufferData = malloc(BUFFER_SIZE); in Test()
/third_party/musl/porting/linux/user/src/stdio/
H A Dofl.c42 fsb = (FILE *)malloc(DEFAULT_ALLOC_FILE * sizeof(FILE)); in __ofl_alloc()
/third_party/musl/porting/linux/user/src/hook/
H A Dmusl_malloc_dispatch.h42 MallocMallocType malloc; member
/third_party/musl/src/malloc/
H A Dcalloc.c40 void *p = malloc(n); in calloc()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A D__fdopen.c22 if (!(f=malloc(sizeof *f + UNGET + BUFSIZ + sizeof(pthread_mutex_t)))) return 0; in __fdopen()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A D__fdopen.c22 if (!(f=malloc(sizeof *f + UNGET + BUFSIZ + sizeof(pthread_mutex_t)))) return 0; in __fdopen()
/third_party/musl/src/dirent/
H A Dscandir.c28 names[cnt] = malloc(de->d_reclen); in scandir()
/third_party/musl/src/hook/linux/
H A Dmusl_malloc_dispatch.h64 MallocMallocType malloc; member
/third_party/nghttp2/lib/
H A Dnghttp2_queue.c49 (nghttp2_queue_cell *)malloc(sizeof(nghttp2_queue_cell)); in nghttp2_queue_push()
/third_party/musl/src/env/
H A Dputenv.c26 newenv = malloc(sizeof *newenv * (i+2)); in __putenv()
H A Dsetenv.c36 s = malloc(l1+l2+2); in setenv()
/third_party/musl/src/exit/
H A Datexit.c7 #define malloc __libc_malloc macro
12 /* Ensure that at least 32 atexit handlers can be registered without malloc */
/third_party/mesa3d/src/mapi/
H A Du_execmem.c112 exec_mem = malloc(EXEC_MAP_SIZE); in init_map()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_queue.c49 (nghttp2_queue_cell *)malloc(sizeof(nghttp2_queue_cell)); in nghttp2_queue_push()
/third_party/mesa3d/src/util/
H A Du_string.h94 *ret = (char *) malloc(r + 1); in util_vasprintf()
H A Dmemstream.c71 char *buf = malloc(size); in u_memstream_close()
/third_party/ltp/testcases/misc/math/float/iperb/
H A Dgeniperb.c80 funct = malloc(strlen(bin_path) + MAX_FNAME_LEN); in main()
/third_party/ltp/testcases/kernel/fs/mongo/
H A Dmongo_slinks.c33 if ((buffer = malloc(size + 1)) == NULL) { in main()
34 perror("checklink: malloc failed"); in main()
/third_party/ltp/testcases/misc/math/float/bessel/
H A Dgenbessel.c79 funct = malloc(strlen(bin_path) + MAX_FNAME_LEN); in main()
81 err(1, "malloc failed"); in main()

Completed in 7 milliseconds

1...<<31323334353637383940>>...135