Home
last modified time | relevance | path

Searched defs:malloc (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/aosp_15_r20/bionic/tests/
H A Dmalloc_test.cpp75 TEST(malloc, malloc_std) { in TEST() argument
83 TEST(malloc, malloc_overflow) { in TEST() argument
90 TEST(malloc, calloc_std) { in TEST() argument
102 TEST(malloc, calloc_mem_init_disabled) { in TEST() argument
120 TEST(malloc, calloc_illegal) { in TEST() argument
127 TEST(malloc, calloc_overflow) { in TEST() argument
143 TEST(malloc, memalign_multiple) { in TEST() argument
158 TEST(malloc, memalign_overflow) { in TEST() argument
163 TEST(malloc, memalign_non_power2) { in TEST() argument
173 TEST(malloc, memalign_realloc) { in TEST() argument
[all …]
/aosp_15_r20/external/clang/test/Analysis/
H A DNewDelete-intersections.mm21 int *p1 = (int *)malloc(sizeof(int)); function
24 int *p2 = (int *)malloc(sizeof(int)); function
28 int *p3 = (int *)malloc(sizeof(int)); // no warn function
30 int *p4 = (int *)malloc(sizeof(int)); function
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dattr-malloc.m4 - (id) test1 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
5 - (int) test2 __attribute((malloc)); // expected-warning {{attribute only applies to functions}}
/aosp_15_r20/external/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc60 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() argument
154 void *(*malloc)(uptr bytes); member
166 void *(*malloc)(uptr bytes); member
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/
H A D__clang_hip_runtime_wrapper.h69 __attribute__((noinline, weak)) __device__ void *malloc(__hip_size_t __size) { in malloc() function
78 __attribute__((weak)) inline __device__ void *malloc(__hip_size_t __size) { in malloc() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/
D__clang_hip_runtime_wrapper.h69 __attribute__((noinline, weak)) __device__ void *malloc(__hip_size_t __size) { in malloc() function
78 __attribute__((weak)) inline __device__ void *malloc(__hip_size_t __size) { in malloc() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/
D__clang_hip_runtime_wrapper.h69 __attribute__((noinline, weak)) __device__ void *malloc(__hip_size_t __size) { in malloc() function
78 __attribute__((weak)) inline __device__ void *malloc(__hip_size_t __size) { in malloc() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/
D__clang_hip_runtime_wrapper.h69 __attribute__((noinline, weak)) __device__ void *malloc(__hip_size_t __size) { in malloc() function
78 __attribute__((weak)) inline __device__ void *malloc(__hip_size_t __size) { in malloc() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/
D__clang_hip_runtime_wrapper.h69 __attribute__((noinline, weak)) __device__ void *malloc(__hip_size_t __size) { in malloc() function
78 __attribute__((weak)) inline __device__ void *malloc(__hip_size_t __size) { in malloc() function
/aosp_15_r20/external/jemalloc_new/src/
H A Djemalloc.c2036 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) argument
2098 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(2) argument
2134 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2) argument
2436 JEMALLOC_ATTR(malloc) argument
2471 JEMALLOC_ATTR(malloc) argument
2566 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) argument
/aosp_15_r20/external/musl/src/malloc/oldmalloc/
H A Dmalloc.c14 #define malloc __libc_malloc_impl macro
293 void *malloc(size_t n) in malloc() function
/aosp_15_r20/external/musl/src/malloc/
H A Dlibc_calloc.c2 #define malloc __libc_malloc macro
/aosp_15_r20/external/clang/test/Sema/
H A Dimplicit-builtin-freestanding.c6 int malloc(int a) { return a; } in malloc() function
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Linux/
H A Dinterception_malloc_test.cc12 extern "C" void *malloc(size_t size) { in malloc() function
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
H A Dpr5056.cpp11 inline void *A<T>::malloc(int) in malloc() function in A
/aosp_15_r20/external/clang/test/CodeGenObjC/
H A D2009-01-26-WriteBarrier-2.m7 void * malloc(size_t size); function
/aosp_15_r20/external/pigweed/pw_malloc_freertos/
H A Dfreertos_malloc.cc18 namespace pw::malloc { namespace
H A Dallocator.cc19 namespace pw::malloc::freertos { namespace
/aosp_15_r20/external/musl/src/locale/
H A Dfreelocale.c4 #define malloc undef macro
H A Dduplocale.c6 #define malloc __libc_malloc macro
/aosp_15_r20/external/compiler-rt/test/tsan/Linux/
H A Duser_malloc.cc8 extern "C" void *malloc(unsigned long size) { in malloc() function
/aosp_15_r20/external/pigweed/pw_malloc/
H A Dbucket_allocator.cc20 namespace pw::malloc { namespace
H A Dbest_fit.cc20 namespace pw::malloc { namespace
H A Dfirst_fit.cc20 namespace pw::malloc { namespace
H A Dworst_fit.cc20 namespace pw::malloc { namespace

12345678910>>...13