/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/ |
A D | Makefile.in | 10 subdirs += libc/stdlib/malloc 12 CSRC-y := malloc.c calloc.c free.c realloc.c memalign.c \ 24 STDLIB_MALLOC_DIR := $(top_srcdir)libc/stdlib/malloc 25 STDLIB_MALLOC_OUT := $(top_builddir)libc/stdlib/malloc 32 objclean-y += CLEAN_libc/stdlib/malloc 34 CLEAN_libc/stdlib/malloc: 37 malloc.o free.o realloc.o memalign.o: malloc.h
|
A D | realloc.c | 33 return malloc (new_size); in realloc() 36 return malloc (new_size); in realloc() 75 void *new_mem = malloc (new_size - MALLOC_HEADER_SIZE); in realloc()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/malloc/ |
A D | mallocbug.c | 31 dummy0 = malloc (0x3fa000); in main() 33 dummy1 = malloc (0x3fa000); in main() 35 fill_info_table1 = malloc (0x3000); in main() 38 x = malloc (0x1000); in main() 46 over_top = malloc (over_top_size); in main() 47 over_top_dup = malloc (over_top_dup_size); in main()
|
A D | tst-mcheck.c | 40 p = malloc (-1); in main() 47 p = malloc (10); in main() 55 p = malloc (0); in main() 67 q = malloc (256); in main() 71 p = malloc (512); in main() 82 p = malloc (512); in main()
|
A D | testmalloc.c | 22 x=malloc(sizeof(int)*2000); in main() 24 y=malloc(sizeof(int)*100); in main() 31 x=malloc(13); in main() 45 lp = malloc(500); in main() 78 lp = malloc(600); in main()
|
A D | malloc.c | 31 ptrs = malloc(N_PTRS*sizeof(void *)); in test1() 34 if ((ptrs[i] = malloc(random_size())) == NULL) { in test1() 44 ptrs[j] = malloc(size); in test1() 71 ptr = malloc(100); in test2()
|
A D | tst-malloc.c | 41 p = malloc (-1); in main() 50 p = malloc (10); in main() 59 p = malloc (0); in main()
|
A D | malloc-standard-alignment.c | 33 phead = malloc(sizeof(*phead)); in main() 36 x line = malloc(80); in main() 38 x reg = malloc(32); in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc-standard/ |
A D | Makefile.in | 8 subdirs += libc/stdlib/malloc-standard 10 STDLIB_MALLOC_STANDARD_DIR := $(top_srcdir)libc/stdlib/malloc-standard 11 STDLIB_MALLOC_STANDARD_OUT := $(top_builddir)libc/stdlib/malloc-standard 20 objclean-y += CLEAN_libc/stdlib/malloc-standard 22 CLEAN_libc/stdlib/malloc-standard:
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc-simple/ |
A D | Makefile.in | 8 subdirs += libc/stdlib/malloc-simple 10 STDLIB_MALLOC_SIMPLE_DIR := $(top_srcdir)libc/stdlib/malloc-simple 11 STDLIB_MALLOC_SIMPLE_OUT := $(top_builddir)libc/stdlib/malloc-simple 23 objclean-y += CLEAN_libc/stdlib/malloc-simple 25 CLEAN_libc/stdlib/malloc-simple:
|
A D | alloc.c | 24 void *malloc(size_t size) in malloc() function 74 result = malloc(size); in calloc() 92 return malloc(size); in realloc() 95 return malloc(0); in realloc() 98 newptr = malloc(size); in realloc() 175 result = malloc (size + alignment - 1); in memalign() 188 l = (struct alignlist *) malloc (sizeof (struct alignlist)); in memalign()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/ |
A D | new_op.cc | 34 using std::malloc; 38 extern "C" void *malloc (std::size_t); 49 p = (void *) malloc (sz); in operator new() 56 p = (void *) malloc (sz); in operator new()
|
A D | new_opnt.cc | 32 extern "C" void *malloc (std::size_t); 42 p = (void *) malloc (sz); in operator new() 57 p = (void *) malloc (sz); in operator new()
|
A D | eh_alloc.cc | 40 using std::malloc; 45 extern "C" void *malloc (std::size_t); 105 ret = malloc (thrown_size); in __cxa_allocate_exception() 163 (malloc (sizeof (__cxa_dependent_exception))); in __cxa_allocate_dependent_exception()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/ |
A D | new_op.cc | 34 using std::malloc; 38 extern "C" void *malloc (std::size_t); 50 while (__builtin_expect ((p = malloc (sz)) == 0, false)) in operator new()
|
A D | eh_alloc.cc | 41 using std::malloc; 46 extern "C" void *malloc (std::size_t); 117 arena = (char *)malloc (arena_size); in pool() 253 ret = malloc (thrown_size); in __cxa_allocate_exception() 284 (malloc (sizeof (__cxa_dependent_exception))); in __cxa_allocate_dependent_exception()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/ |
A D | new_op.cc | 34 using std::malloc; 38 extern "C" void *malloc (std::size_t); 50 while (__builtin_expect ((p = malloc (sz)) == 0, false)) in operator new()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/ |
A D | new_op.cc | 34 using std::malloc; 38 extern "C" void *malloc (std::size_t); 50 while (__builtin_expect ((p = malloc (sz)) == 0, false)) in operator new()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/ |
A D | new_op.cc | 34 using std::malloc; 38 extern "C" void *malloc (std::size_t); 50 while (__builtin_expect ((p = malloc (sz)) == 0, false)) in operator new()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/ |
A D | new_op.cc | 34 using std::malloc; 38 extern "C" void *malloc (std::size_t); 50 while ((p = malloc (sz)) == 0) in operator new()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/ |
A D | new_op.cc | 34 using std::malloc; 38 extern "C" void *malloc (std::size_t); 50 while ((p = malloc (sz)) == 0) in operator new()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/ |
A D | new_op.cc | 34 using std::malloc; 38 extern "C" void *malloc (std::size_t); 50 while ((p = malloc (sz)) == 0) in operator new()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/string/ |
A D | testcopy.c | 37 mem = malloc (max_size + 2 * max_size + 2 * space_around); in main() 38 rand_mem = malloc (max_size); in main() 39 lo_around = malloc (space_around); in main() 40 hi_around = malloc (space_around); in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/ |
A D | .gitignore | 124 malloc/malloc 125 malloc/mallocbug 126 malloc/malloc-standard-alignment 127 malloc/realloc0 128 malloc/realloc-can-shrink 129 malloc/testmalloc 130 malloc/tst-[cmv]alloc 131 malloc/tst-mallocfork 132 malloc/tst-mcheck 133 malloc/tst-obstack
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/ |
A D | register-atfork.c | 37 new_prepare = (struct fork_handler *) malloc (sizeof (*new_prepare)); 47 new_parent = (struct fork_handler *) malloc (sizeof (*new_parent)); 57 new_child = (struct fork_handler *) malloc (sizeof (*new_child));
|