1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00

malloc: Update heap dumping/undumping comments [BZ #23351]

Also remove a few now-unused declarations and definitions.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
Florian Weimer
2018-06-29 14:54:59 +02:00
parent 339124ab42
commit 524d796d5f
3 changed files with 16 additions and 52 deletions

View File

@@ -697,22 +697,6 @@ size_t __malloc_usable_size(void*);
*/
void __malloc_stats(void);
/*
malloc_get_state(void);
Returns the state of all malloc variables in an opaque data
structure.
*/
void* __malloc_get_state(void);
/*
malloc_set_state(void* state);
Restore the state of all malloc variables from data obtained with
malloc_get_state().
*/
int __malloc_set_state(void*);
/*
posix_memalign(void **memptr, size_t alignment, size_t size);