Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 29) sorted by relevance

12

/malloc/
A Dtst-malloc-too-large.c70 test_large_allocations (size_t size) in test_large_allocations()
137 test_large_aligned_allocations (size_t size) in test_large_aligned_allocations()
286 size_t size = (msbs << 50) | FIFTY_ON_BITS; in do_test() local
A Dmcheck-impl.c37 size_t size; /* Exact size requested by user. */ member
58 flood (void *ptr, int val, size_t size) in flood()
190 size_t size = *sizep; in malloc_mcheck_before() local
207 malloc_mcheck_after (void *mem, size_t size) in malloc_mcheck_after()
227 size_t slop, size = *sizep; in memalign_mcheck_before() local
253 memalign_mcheck_after (void *block, size_t alignment, size_t size) in memalign_mcheck_after()
278 size_t size = *sizep; in realloc_mcheck_before() local
325 realloc_mcheck_after (void *ptr, void *oldptr, size_t size, size_t osize) in realloc_mcheck_after()
A Dalloc_buffer_allocate.c24 __libc_alloc_buffer_allocate (size_t size, void **pptr) in __libc_alloc_buffer_allocate()
A Dtst-calloc.c32 fixed_test (int size) in fixed_test()
72 int size = n * elem; in random_test() local
A Dalloc_buffer_create_failure.c23 __libc_alloc_buffer_create_failure (void *start, size_t size) in __libc_alloc_buffer_create_failure()
A Ddynarray_at_failure.c23 __libc_dynarray_at_failure (size_t size, size_t index) in __libc_dynarray_at_failure()
A Dtst-safe-linking.c82 size_t size = TCACHE_ALLOC_SIZE; in test_tcache() local
113 size_t size = TCACHE_ALLOC_SIZE; in test_fastbin() local
152 size_t size = TCACHE_ALLOC_SIZE; in test_fastbin_consolidate() local
A Dscratch_buffer_dupfree.c27 __libc_scratch_buffer_dupfree (struct scratch_buffer *buffer, size_t size) in __libc_scratch_buffer_dupfree()
A Dscratch_buffer_set_array_size.c29 size_t nelem, size_t size) in __libc_scratch_buffer_set_array_size()
A Dmtrace-impl.c103 malloc_mtrace_after (void *block, size_t size, const void *caller) in malloc_mtrace_after()
116 realloc_mtrace_after (void *block, const void *oldptr, size_t size, in realloc_mtrace_after()
144 memalign_mtrace_after (void *block, size_t size, const void *caller) in memalign_mtrace_after()
A Ddynarray_resize.c26 __libc_dynarray_resize (struct dynarray_header *list, size_t size, in __libc_dynarray_resize()
A Ddynarray_resize_clear.c23 __libc_dynarray_resize_clear (struct dynarray_header *list, size_t size, in __libc_dynarray_resize_clear()
A Darena.c79 size_t size; /* Current size in bytes. */ member
138 #define arena_get(ptr, size) do { \ argument
143 #define arena_lock(ptr, size) do { \ argument
482 alloc_new_heap (size_t size, size_t top_pad, size_t pagesize, in alloc_new_heap()
562 new_heap (size_t size, size_t top_pad) in new_heap()
737 _int_new_arena (size_t size) in _int_new_arena()
924 arena_get2 (size_t size, mstate avoid_arena) in arena_get2()
A Dtst-compathooks-off.c68 calloc_called (size_t n, size_t size, const void *address) in calloc_called()
78 memalign_called (size_t align, size_t size, const void *address) in memalign_called()
A Dtst-trim1.c15 size_t size = random () % 16384; in do_test() local
A Dalloc_buffer_alloc_array.c29 size_t size; in __libc_alloc_buffer_alloc_array() local
A Dtst-reallocarray.c26 reallocarray_nowarn (void *ptr, size_t nmemb, size_t size) in reallocarray_nowarn()
A Dobstack.c121 # define CALL_CHUNKFUN(h, size) \ argument
145 int size, int alignment, in _obstack_begin()
191 _obstack_begin_1 (struct obstack *h, int size, int alignment, in _obstack_begin_1()
A Dtst-obstack.c13 verbose_malloc (size_t size) in verbose_malloc()
A Dtst-interpose-aux.c146 malloc_internal (size_t size) in malloc_internal()
225 malloc (size_t size) in malloc()
A Dmalloc.c459 tag_region (void *ptr, size_t size) in tag_region()
467 tag_new_zero_region (void *ptr, size_t size) in tag_new_zero_region()
1138 #define MMAP(addr, size, prot, flags) \ argument
2023 madvise_thp (void *p, INTERNAL_SIZE_T size) in madvise_thp()
2268 INTERNAL_SIZE_T size; in do_check_malloc_state() local
2422 long int size; in sysmalloc_mmap() local
2512 long int size = *s; in sysmalloc_mmap_fallback() local
3046 INTERNAL_SIZE_T size = chunksize (p); in munmap_chunk() local
3078 INTERNAL_SIZE_T size = chunksize (p); in mremap_chunk() local
4725 INTERNAL_SIZE_T size; in malloc_consolidate() local
[all …]
A Dtst-mallocfork2.c204 size_t size = rand_r (&seed) % malloc_maximum_size; in do_test() local
A Dobstack.h233 #define obstack_begin(h, size) \ argument
238 #define obstack_specify_allocation(h, size, alignment, chunkfun, freefun) \ argument
243 #define obstack_specify_allocation_with_arg(h, size, alignment, chunkfun, freefun, arg) \ argument
A Dtst-mallocfork3.c162 size_t size = rand_r (&seed) % malloc_maximum_size; in do_test() local
A Dtst-mallocstate.c178 unsigned int size; member
187 size_t size = alloc->size; in check_allocation() local

Completed in 62 milliseconds

12