/aosp_15_r20/bionic/tests/ |
H A D | malloc_test.cpp | 75 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 D | NewDelete-intersections.mm | 21 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 D | attr-malloc.m | 4 - (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 D | asan_malloc_linux.cc | 60 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.h | 69 __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.h | 69 __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.h | 69 __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.h | 69 __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.h | 69 __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 D | jemalloc.c | 2036 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 D | malloc.c | 14 #define malloc __libc_malloc_impl macro 293 void *malloc(size_t n) in malloc() function
|
/aosp_15_r20/external/musl/src/malloc/ |
H A D | libc_calloc.c | 2 #define malloc __libc_malloc macro
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | implicit-builtin-freestanding.c | 6 int malloc(int a) { return a; } in malloc() function
|
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/Linux/ |
H A D | interception_malloc_test.cc | 12 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 D | pr5056.cpp | 11 inline void *A<T>::malloc(int) in malloc() function in A
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | 2009-01-26-WriteBarrier-2.m | 7 void * malloc(size_t size); function
|
/aosp_15_r20/external/pigweed/pw_malloc_freertos/ |
H A D | freertos_malloc.cc | 18 namespace pw::malloc { namespace
|
H A D | allocator.cc | 19 namespace pw::malloc::freertos { namespace
|
/aosp_15_r20/external/musl/src/locale/ |
H A D | freelocale.c | 4 #define malloc undef macro
|
H A D | duplocale.c | 6 #define malloc __libc_malloc macro
|
/aosp_15_r20/external/compiler-rt/test/tsan/Linux/ |
H A D | user_malloc.cc | 8 extern "C" void *malloc(unsigned long size) { in malloc() function
|
/aosp_15_r20/external/pigweed/pw_malloc/ |
H A D | bucket_allocator.cc | 20 namespace pw::malloc { namespace
|
H A D | best_fit.cc | 20 namespace pw::malloc { namespace
|
H A D | first_fit.cc | 20 namespace pw::malloc { namespace
|
H A D | worst_fit.cc | 20 namespace pw::malloc { namespace
|