/third_party/libfuse/lib/ |
H A D | mount_bsd.c | 264 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 D | 14-1.c | 87 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 D | multi_con_pro.c | 162 buf = malloc(sizeof(buf_t)); in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_suspend/ |
H A D | 4-1.c | 100 aiocbs[i].aio_buf = malloc(buf_size); in main() 105 perror("malloc()"); in main()
|
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-linux.cc | 56 char* lib_name = reinterpret_cast<char*>(malloc(kLibNameLen)); in GetSharedLibraryAddresses()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_utrace.c | 97 struct intel_ds_flush_data *flush_data = malloc(sizeof(*flush_data)); in iris_utrace_flush()
|
/third_party/musl/include/ |
H A D | stdlib.h | 40 void *malloc (size_t);
|
/third_party/musl/libc-test/src/common/ |
H A D | rand.c | 141 tab = malloc((n-k) * sizeof *tab); in t_choose()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | LPdir_vms.c | 119 *ctx = malloc(sizeof(**ctx)); in LP_find_file()
|
/third_party/openssl/crypto/ |
H A D | LPdir_vms.c | 119 *ctx = malloc(sizeof(**ctx)); in LP_find_file()
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | FrameBufferX11.cpp | 93 char *buffer = (char*)malloc(bytes_per_image); in FrameBufferX11()
|
/third_party/openssl/ohos_lite/ |
H A D | e_os.h | 178 # include <malloc.h>
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngmem.c | 95 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 D | testplug.c | 28 #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 D | largepost.c | 158 con_info = malloc (sizeof (struct connection_info_struct)); in answer_to_connection()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CommandAllocator.cpp | 212 uint8_t* block = static_cast<uint8_t*>(malloc(mLastAllocationSize)); in GetNewBlock()
|
/third_party/skia/third_party/externals/harfbuzz/perf/ |
H A D | perf-extents.hh | 47 ttfp_face *tp_font = (ttfp_face *) malloc (ttfp_face_size_of ()); in extents()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-shape.c | 128 hb_font_funcs_set_nominal_glyph_func (ffuncs, glyph_func, malloc (10), free); in test_shape()
|
/third_party/python/Modules/_ctypes/darwin/ |
H A D | dlfcn_simple.c | 216 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 D | Utility.h | 178 Buf = static_cast<char *>(std::malloc(InitSize)); in initializeOutputStream()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regexec.c | 114 #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 D | regexec.c | 114 #define STATESETUP(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \
|
/third_party/vixl/src/ |
H A D | code-buffer-vixl.cc | 42 buffer_ = reinterpret_cast<byte*>(malloc(capacity_)); in CodeBuffer()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_memory.h | 48 /// 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 D | dng_memory_stream.cpp | 139 dng_memory_block **list = (dng_memory_block **) malloc (numBytes); in DoSetLength()
|