Home
last modified time | relevance | path

Searched refs:malloc (Results 2676 - 2700 of 4606) sorted by relevance

1...<<101102103104105106107108109110>>...185

/third_party/libfuse/lib/
H A Dmount_bsd.c264 mo = (struct mount_opts*) malloc(sizeof(struct mount_opts)); in parse_mount_opts()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/lio_listio/
H A D14-1.c87 bufs = malloc(NUM_AIOCBS * BUF_SIZE); in main()
90 printf(TNAME " Error at malloc(): %s\n", strerror(errno)); in main()
100 printf(TNAME " Error at malloc(): %s\n", in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/semaphores/
H A Dmulti_con_pro.c162 buf = malloc(sizeof(buf_t)); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/
H A D4-1.c100 aiocbs[i].aio_buf = malloc(buf_size); in main()
105 perror("malloc()"); in main()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-linux.cc56 char* lib_name = reinterpret_cast<char*>(malloc(kLibNameLen)); in GetSharedLibraryAddresses()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_utrace.c97 struct intel_ds_flush_data *flush_data = malloc(sizeof(*flush_data)); in iris_utrace_flush()
/third_party/musl/include/
H A Dstdlib.h40 void *malloc (size_t);
/third_party/musl/libc-test/src/common/
H A Drand.c141 tab = malloc((n-k) * sizeof *tab); in t_choose()
/third_party/node/deps/openssl/openssl/crypto/
H A DLPdir_vms.c119 *ctx = malloc(sizeof(**ctx)); in LP_find_file()
/third_party/openssl/crypto/
H A DLPdir_vms.c119 *ctx = malloc(sizeof(**ctx)); in LP_find_file()
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBufferX11.cpp93 char *buffer = (char*)malloc(bytes_per_image); in FrameBufferX11()
/third_party/openssl/ohos_lite/
H A De_os.h178 # include <malloc.h>
/third_party/skia/third_party/externals/libpng/
H A Dpngmem.c95 return malloc((size_t)size); /* checked for truncation above */ in PNG_FUNCTION()
198 ret = png_malloc_base(NULL/*use malloc*/, size); in PNG_FUNCTION()
/third_party/skia/third_party/externals/icu/source/tools/icuinfo/
H A Dtestplug.c28 #include <stdlib.h> /* for malloc */
163 void *retPtr = (void *)malloc(size); in myMemAlloc()
165 fprintf(stderr, "MEM: malloc(%d) = %p\n", (int32_t)size, retPtr); in myMemAlloc()
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dlargepost.c158 con_info = malloc (sizeof (struct connection_info_struct)); in answer_to_connection()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandAllocator.cpp212 uint8_t* block = static_cast<uint8_t*>(malloc(mLastAllocationSize)); in GetNewBlock()
/third_party/skia/third_party/externals/harfbuzz/perf/
H A Dperf-extents.hh47 ttfp_face *tp_font = (ttfp_face *) malloc (ttfp_face_size_of ()); in extents()
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-shape.c128 hb_font_funcs_set_nominal_glyph_func (ffuncs, glyph_func, malloc (10), free); in test_shape()
/third_party/python/Modules/_ctypes/darwin/
H A Ddlfcn_simple.c216 static char undersym[257]; /* Saves calls to malloc(3) */ in darwin_dlsym()
228 malloc_sym = malloc(sym_len + 2); in darwin_dlsym()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DUtility.h178 Buf = static_cast<char *>(std::malloc(InitSize)); in initializeOutputStream()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregexec.c114 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregexec.c114 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \
/third_party/vixl/src/
H A Dcode-buffer-vixl.cc42 buffer_ = reinterpret_cast<byte*>(malloc(capacity_)); in CodeBuffer()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_memory.h48 /// Construct an empty memory buffer using malloc.
53 /// Construct memory buffer of size bytes using malloc.
536 /// Uses new and delete for memory block object and malloc/free for underlying
560 T *retval = static_cast<T *> (malloc (size)); in allocate()
H A Ddng_memory_stream.cpp139 dng_memory_block **list = (dng_memory_block **) malloc (numBytes); in DoSetLength()

Completed in 12 milliseconds

1...<<101102103104105106107108109110>>...185