/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | new3.cpp | 5 extern "C" void * malloc (__SIZE_TYPE__); 16 return malloc (s); in operator new() 27 return malloc (s); in operator new()
|
D | new6.cpp | 6 extern "C" void *malloc (size_t); 15 return malloc (size); in operator new()
|
D | badalloc1.cpp | 41 extern "C" void *malloc (size_t size) in malloc() function 79 r = malloc (size); in realloc() 85 r = malloc (size); in realloc()
|
D | delete2.cpp | 8 extern "C" void * malloc (size_t); 16 void *p = malloc (size); in operator new()
|
D | arraynew.cpp | 14 p = malloc (s); in operator new[]() 29 p = malloc (13 * sizeof (T)); in check_no_placement_cookie() 67 p = malloc (sizeof (T) * 11 + 100); in check_placement_cookie()
|
D | p9706.cpp | 9 void *operator new(size_t sz) { ++count; return malloc (sz); } in operator new()
|
D | new2_1.cpp | 39 return (void *) std::malloc (size); in operator new()
|
D | new1_2.cpp | 38 return (void *) std::malloc (size); in operator new()
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | new3.cpp | 5 extern "C" void * malloc (__SIZE_TYPE__); 16 return malloc (s); in operator new() 27 return malloc (s); in operator new()
|
D | new6.cpp | 6 extern "C" void *malloc (size_t); 15 return malloc (size); in operator new()
|
D | badalloc1.cpp | 41 extern "C" void *malloc (size_t size) in malloc() function 79 r = malloc (size); in realloc() 85 r = malloc (size); in realloc()
|
D | delete2.cpp | 8 extern "C" void * malloc (size_t); 16 void *p = malloc (size); in operator new()
|
D | arraynew.cpp | 14 p = malloc (s); in operator new[]() 29 p = malloc (13 * sizeof (T)); in check_no_placement_cookie() 67 p = malloc (sizeof (T) * 11 + 100); in check_placement_cookie()
|
D | p9706.cpp | 9 void *operator new(size_t sz) { ++count; return malloc (sz); } in operator new()
|
D | new1_2.cpp | 38 return (void *) std::malloc (size); in operator new()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _stdexcept_base.c | 22 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char))); in __Named_exception() 45 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char))); in __Named_exception() 71 _M_name = __STATIC_CAST(char*, malloc(__size * sizeof(char)));
|
/ndk/sources/host-tools/gdb-stub/ |
D | gdb-stub.c | 88 (envbuf = (char *)malloc(envbufsize)) in main() 91 (cmdbuf = (char *)malloc(cmdbufsize)) in main() 117 (resbuf = (char *)malloc(len)) in main()
|
/ndk/sources/android/support/src/stdio/ |
D | stdio_impl.c | 55 char* mb_buffer = malloc(mb_len); in fake_file_outw() 95 char* mb_buffer = malloc(mb_len + 1); in fake_fprintf() 99 wchar_t* wide_buffer = malloc((wide_len + 1) * sizeof(wchar_t)); in fake_fprintf()
|
/ndk/sources/cxx-stl/gabi++/tests/ |
D | libtest_malloc_lockup.cpp | 41 extern "C" void* malloc(size_t size) { in malloc() function
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | interaction_based.hpp | 202 namespace std { using ::malloc; using ::free; } 211 void* res = std::malloc(s ? s : 1); in operator new() 226 void* res = std::malloc(s ? s : 1); in operator new[]()
|
/ndk/sources/host-tools/make-3.81/ |
D | alloca.c | 91 #define malloc xmalloc macro 93 extern pointer malloc (); 217 register pointer new = malloc (sizeof (header) + size); in alloca()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/ |
D | new_replace.pass.cpp | 23 return std::malloc(s); in operator new()
|
D | new_nothrow_replace.pass.cpp | 23 return std::malloc(s); in operator new()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/ |
D | new_array_replace.pass.cpp | 23 return std::malloc(s); in operator new()
|
D | new_array_nothrow_replace.pass.cpp | 23 return std::malloc(s); in operator new()
|