Replace the malloc implementation shipped with Charm -31/131/5
commitf9ccd97b6abf5ba8f0e335efe08e7a8867b343f8
authorNikhil Jain <nikhil@illinois.edu>
Sun, 9 Mar 2014 23:00:55 +0000 (9 18:00 -0500)
committerGerrit Code Review <gerrit2@charm.cs.uiuc.edu>
Thu, 20 Mar 2014 02:10:55 +0000 (19 21:10 -0500)
treed10b39528fb2a14acc7bc4eef4c467ce34b31fa3
parent63d17d8e43322990ed9541b88ddaa8133d750dd9
Replace the malloc implementation shipped with Charm -
use the one from ptmalloc3 instead of the one from glibc 2.3.2

Change-Id: Ia0dc0c783c205b10e813090fe9df35a18a77cf84
12 files changed:
src/conv-core/memory-gnu-arena.c [deleted file]
src/conv-core/memory-gnu-hooks.c [deleted file]
src/conv-core/memory-gnu-internal.c [new file with mode: 0755]
src/conv-core/memory-gnu-internal.h [deleted file]
src/conv-core/memory-gnu-threads.h
src/conv-core/memory-gnu.c [changed mode: 0644->0755]
src/conv-core/memory-gnu.h [deleted file]
src/conv-core/memory-gnuold.c [deleted file]
src/conv-core/memory-leak.c
src/conv-core/memory-paranoid.c
src/conv-core/memory.c
src/scripts/Makefile