Home
last modified time | relevance | path

Searched refs:_int_realloc (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/malloc/
Dmalloc-check.c315 newmem = _int_realloc (&main_arena, oldp, oldsize, chnb); in realloc_check()
Dmalloc.c1105 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/
DChangeLog.15237 * 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.
DChangeLog.174377 * 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.
DChangeLog.234327 _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.
DChangeLog.161182 (public_rEALLOc, _int_free, _int_realloc): Use it.
8218 * malloc/malloc.c (_int_realloc): Make error message clearer.
DChangeLog.223825 (_int_realloc): Modified function.
DChangeLog.198561 * malloc/malloc.c (_int_realloc): Always call memcpy for the
11588 (malloc_consolidate, _int_realloc): Adjust. Remove bck, fwd
DChangeLog.1815322 (_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/
Dmemory.texi806 @c _int_realloc @acsfd @acsmem