summaryrefslogtreecommitdiff
path: root/malloc.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-26move umem_startup constructor to the umem .so itself, rather thanwez1-5/+15
2010-04-30Apparently, the glibc malloc hooks are now deprecated due to thread safetywez1-40/+0
2010-04-06correct the parameter ordering for the memalign hook on glibc systemswez1-1/+1
2007-03-18be more libc friendly when replacing malloc().wez1-1/+42
2006-10-13Insert bits to allow successful compilation (and apparent success indhodell1-0/+2
2006-09-03Add --enable-malloc-replacement option, for using libumem as a malloc replace...richdawe1-0/+6
2006-03-10Initial revisionwez1-0/+416