Searched refs:_int_realloc (Results 1 – 10 of 10) sorted by relevance
/glibc-2.36/malloc/ |
D | malloc-check.c | 315 newmem = _int_realloc (&main_arena, oldp, oldsize, chnb); in realloc_check()
|
D | malloc.c | 1105 static void* _int_realloc(mstate, mchunkptr, INTERNAL_SIZE_T, 3480 newp = _int_realloc (ar_ptr, oldp, oldsize, nb); in libc_hidden_def() 3489 newp = _int_realloc (ar_ptr, oldp, oldsize, nb); in libc_hidden_def() 4812 _int_realloc (mstate av, mchunkptr oldp, INTERNAL_SIZE_T oldsize, in _int_realloc() function
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.15 | 237 * malloc/malloc.c (_int_realloc): Add checks for corrupted memory. 240 * malloc/malloc.c (_int_realloc): Remove unnecessary tests for 776 (_int_realloc): Call _int_free only if memory parameter is not NULL.
|
D | ChangeLog.17 | 4377 * malloc/malloc.c (_int_realloc): Add parameter with old block 4380 * malloc/hooks.c (realloc_check): Adjust _int_realloc call. 5019 (_int_realloc): Likewise. Third argument is now padded size 5022 * malloc/hooks.c: Change all callers to _int_free and _int_realloc.
|
D | ChangeLog.23 | 4327 _int_realloc is static 4330 (_int_realloc): Modified function. 27695 (_int_realloc): Modified function. 27741 (_int_realloc): Modified function. 27915 (_int_realloc): Modified function. 27969 (_int_realloc): Modified function.
|
D | ChangeLog.16 | 1182 (public_rEALLOc, _int_free, _int_realloc): Use it. 8218 * malloc/malloc.c (_int_realloc): Make error message clearer.
|
D | ChangeLog.22 | 3825 (_int_realloc): Modified function.
|
D | ChangeLog.19 | 8561 * malloc/malloc.c (_int_realloc): Always call memcpy for the 11588 (malloc_consolidate, _int_realloc): Adjust. Remove bck, fwd
|
D | ChangeLog.18 | 15322 (_int_realloc): Use chunksize_nomask accessor. 37815 (_int_realloc): Likewise. 58726 (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt) 59922 (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
|
/glibc-2.36/manual/ |
D | memory.texi | 806 @c _int_realloc @acsfd @acsmem
|