Add minor improvements and cleanup

This commit is contained in:
Justine Tunney 2020-10-27 03:39:46 -07:00
parent 9e3e985ae5
commit feed0d2b0e
163 changed files with 2286 additions and 2245 deletions

View file

@ -20,7 +20,7 @@
*
* @return 1 if it actually released any memory, else 0
*/
int malloc_trim(size_t pad) {
int dlmalloc_trim(size_t pad) {
int result = 0;
ensure_initialization();
if (!PREACTION(g_dlmalloc)) {