-
- Downloads
Remove __morecore and __default_morecore
Make the __morecore and __default_morecore symbols compat-only and remove their declarations from the API. Also, include morecore.c directly into malloc.c; this should ideally get merged into malloc in a future cleanup. Reviewed-by:Carlos O'Donell <carlos@redhat.com> Tested-by:
Carlos O'Donell <carlos@redhat.com>
Showing
- NEWS 5 additions, 0 deletionsNEWS
- include/stdlib.h 0 additions, 3 deletionsinclude/stdlib.h
- malloc/Makefile 1 addition, 1 deletionmalloc/Makefile
- malloc/arena.c 2 additions, 10 deletionsmalloc/arena.c
- malloc/hooks.c 2 additions, 0 deletionsmalloc/hooks.c
- malloc/malloc.c 3 additions, 4 deletionsmalloc/malloc.c
- malloc/malloc.h 0 additions, 8 deletionsmalloc/malloc.h
- malloc/morecore.c 11 additions, 23 deletionsmalloc/morecore.c
Loading
Please register or sign in to comment