Home
last modified time | relevance | path

Searched refs:malloc (Results 1776 - 1800 of 2531) sorted by relevance

1...<<71727374757677787980>>...102

/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
H A Dthreads_scenarii.c338 scenarii[i].bottom = malloc(minstacksize + pagesize); in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
H A Dthreads_scenarii.c387 scenarii[i].bottom = malloc(minstacksize + pagesize); in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Ds-c1.c273 m_tmp = malloc(sizeof(mes_t)); in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A Dthreads_scenarii.c405 scenarii[i].bottom = malloc(minstacksize + pagesize); in scenar_init()
/third_party/ltp/testcases/realtime/func/matrix_mult/
H A Dmatrix_mult.c182 matrices[i] = malloc(sizeof(struct matrices)); in main_thread()
195 perror("malloc"); in main_thread()
/third_party/lwip/test/unit/arch/
H A Dsys_arch.c219 mbox->q_mem = (void**)malloc(sizeof(void*)*mboxsize); in sys_mbox_new()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-cygwin.cc218 char* lib_name = reinterpret_cast<char*>(malloc(kLibNameLen)); in GetSharedLibraryAddresses()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_ring.c221 malloc(sizeof(*submit) + sizeof(submit->shmems[0]) * shmem_count); in vn_ring_get_submit()
/third_party/musl/Benchmark/musl/
H A Dlibc_stdlib.cpp323 char *str = (char*)malloc(sizeof(char) * (len + 1));
/third_party/node/deps/openssl/openssl/
H A De_os.h140 # include <malloc.h>
/third_party/node/deps/uvwasi/include/
H A Duvwasi.h32 uvwasi_malloc malloc; member
/third_party/libbpf/src/
H A Dzip.c222 archive = malloc(sizeof(*archive)); in zip_archive_open()
/third_party/libcoap/src/
H A Dcoap_mem.c467 return malloc(size); in coap_malloc_type()
/third_party/skia/third_party/externals/angle2/src/common/
H A DPoolAlloc.cpp407 void *alloc = malloc(numBytes + mAlignment - 1); in allocate()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor.y42 #include <malloc.h>
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLDirectCompositionTest.cpp283 uint8_t *pixelBuffer = static_cast<uint8_t *>(malloc(WINDOWWIDTH * WINDOWHEIGHT * 4)); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.y53 #include <malloc.h>
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DExecutableMemory.cpp74 return malloc(bytes); in allocateRaw()
/third_party/openssl/
H A De_os.h140 # include <malloc.h>
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dpnmdec.c225 rgb = (uint8_t*)malloc((size_t)stride * info.height); in ReadPNM()
/third_party/skia/third_party/externals/icu/source/samples/date/
H A Ddate.c285 s = (UChar*) malloc(sizeof(UChar) * (len+1)); in date()
/third_party/skia/third_party/externals/icu/source/samples/uresb/
H A Duresb.c206 newstr = (UChar *) malloc((1 + alen) * sizeof(*newstr)); in quotedString()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_get_chunked.c120 responseptr = malloc (sizeof (struct MHD_Response *)); in ahc_echo()
/third_party/skia/third_party/externals/microhttpd/src/testzzuf/
H A Dtest_get_chunked.c111 responseptr = malloc (sizeof (struct MHD_Response *)); in ahc_echo()
H A Dtest_put_large.c372 put_buffer = malloc (PUT_SIZE); in main()

Completed in 17 milliseconds

1...<<71727374757677787980>>...102