Searched refs:malloc (Results 401 - 425 of 2881) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/
H A Dnew_nothrow_replace.pass.cpp23 return std::malloc(s);
/external/libcxx/test/localization/locale.stdcvt/
H A Dcodecvt_utf16.pass.cpp31 return std::malloc(s);
H A Dcodecvt_utf8.pass.cpp31 return std::malloc(s);
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
H A Dnullptr_t_deleter_throw.pass.cpp39 return std::malloc(s);
H A Dpointer_deleter_throw.pass.cpp39 return std::malloc(s);
H A Dpointer_throw.pass.cpp36 return std::malloc(s);
/external/libsepol/src/
H A Dconstraint.c32 if ((expr->type_names = malloc(sizeof(*expr->type_names))) == NULL) {
/external/libunwind/android/tests/
H A Dlocal_test.cpp28 context = reinterpret_cast<unw_context_t*>(malloc(sizeof(unw_context_t) + EXTRA_CONTEXT_BYTES));
/external/libunwind/src/mips/
H A DGcreate_addr_space.c46 as = malloc (sizeof (*as));
/external/lldb/test/functionalities/stop-hook/
H A Dmain.cpp29 void *ptr = malloc(1024);
/external/lldb/test/python_api/thread/
H A Dmain2.cpp29 void *ptr = malloc(1024); // thread step-out of malloc into function b.
/external/lldb/test/python_api/value/change_values/
H A Dmain.c16 struct foo *ptr = (struct foo *) malloc (sizeof (struct foo));
/external/stlport/stlport/stl/
H A D_tempbuf.c43 _Tp* __tmp = (_Tp*) malloc((size_t)__len * sizeof(_Tp));
/external/tremolo/Tremolo/
H A Dos.h60 # include <malloc.h>
/external/valgrind/main/exp-sgcheck/tests/
H A Dhsg.c30 unsigned char* duh = malloc(100 * sizeof(char));
/external/valgrind/main/helgrind/tests/
H A Dfree_is_write.c11 the malloc'd area, then free it. */
28 s_mem = malloc(10);
H A Dhg01_all_ok.c22 ptr = malloc (1008);
H A Dtc04_free_lock.c17 XX* xx = malloc(sizeof(XX));
/external/valgrind/main/include/
H A Dpub_tool_mallocfree.h42 extern void* VG_(malloc) ( const HChar* cc, SizeT nbytes );
/external/valgrind/main/massif/tests/
H A Ddeep.c16 void a12(int n) { malloc(n); }
/external/valgrind/main/memcheck/tests/
H A Derr_disable1.c26 block = malloc(10);
H A Dleak-tree.stderr.exp6 at 0x........: malloc (vg_replace_malloc.c:...)
12 at 0x........: malloc (vg_replace_malloc.c:...)
H A Dvarinfo2.c24 char* undefp = malloc(1);
H A Dwcs.c17 b = (wchar_t *) malloc((l + 1) * sizeof (wchar_t));
/external/valgrind/main/none/tests/
H A Dbug129866.c9 result = malloc (size);

Completed in 484 milliseconds

<<11121314151617181920>>