summaryrefslogtreecommitdiff
path: root/src/common/memmgr.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-01Change functions to static where possible (Part 1 - common)Haru1-35/+47
2018-07-01When the memmgr is enabled, don't define the non-memmgr functions needlesslyHaru1-26/+19
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-05-08Fixed various issues pointed out by cppcheckHaru1-3/+3
2016-02-24Implemented aStrndup()Haru1-0/+63
2016-02-20Fixed some warnings in GCC 5.2Haru1-5/+5
2016-02-19Fix all known warnings from compiler flags -Wformat*Andrei Karas1-2/+2
2016-01-09Sanitized various macrosHaru1-11/+11
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-4/+20
2015-11-28Fixed a compilation error when the memory manager is disabledHaru1-1/+1
2015-10-19Fix reallocating memory without memory manager.Andrei Karas1-1/+49
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-0/+897