summaryrefslogtreecommitdiff
path: root/src/common/malloc.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-19rename malloc.c/h to memmgr.Andrei Karas1-897/+0
2015-08-17Dont call memset with null pointer.Andrei Karas1-1/+2
2015-08-15HPM compatibility improvementsHaru1-0/+1
2015-06-19Cleaned up some #includesHaru1-1/+1
2015-06-19Removed ".." from include directivesHaru1-7/+7
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-3/+2
2015-01-18Command line arguments handling overhaulHaru1-4/+32
2014-12-02Fix compilation without memory manager.Andrei Karas1-0/+2
2014-11-16Whitespace cleanup (no code changes)Haru1-37/+37
2014-08-07Corrected several format-string errors through the codeHaru1-6/+7
2014-07-11Fixed reserved __identifier violationsHaru1-19/+14
2014-07-10Follow up to 3c24fb656f3b3370b7152d6f1d2cc9dbc6fbae5dpanikon1-3/+2
2014-07-10Re-added revision info to the memory leak logHaru1-6/+8
2014-05-30Fixed typos inside src/Shido1-2/+2
2014-05-13Removed trailing whitespace (sources)Haru1-2/+2
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-4/+7
2014-05-10Revert "Fixed order of includes in all source files"panikon1-7/+4
2014-05-09Fixed order of includes in all source filesHaru1-4/+7
2014-04-17Added sysinfo (System Information) functionalitiesHaru1-5/+3
2013-12-18Fixed Bug 7906shennetsind1-1/+1
2013-12-17Speed up of several procedures that rely on ERS, _mreallocz ('z'ero)shennetsind1-0/+33
2013-12-17Fixed several compiler warningsHaru1-1/+1
2013-11-19Sanitized and improved several macros through the codeHaru1-31/+33
2013-08-08HPM Updateshennetsind1-1/+6
2013-06-07Hercules Renewal Phase One : pc, party, map, timerSusu1-22/+22
2013-05-30Memory Slasher - May 30 Patchshennetsind1-3/+3
2013-05-30Memory Slasher - May 30 Patchshennetsind1-10/+92
2013-05-18Some type conversion warnings fixed. If this breaks anything create a bug rep...Matheus Macabu1-3/+3
2013-05-17Travis Fix Attempt #1shennetsind1-2/+2
2013-05-17- Made DB and malloc lib HPM-friendlySusu1-27/+52
2013-04-16Partial Fix for #3110shennetsind1-46/+46
2013-03-30Modified memory manager logshennetsind1-6/+9
2012-12-05- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).brianluau1-498/+508
2012-11-25Applied AStyle code formating as discussed on tid:74602.greenboxal21-508/+498
2012-07-12Fixed all warnings left from when compiling with -pedantic, confirmed with gc...shennetsind1-1/+1
2011-07-20* Made GCOLLECT use it's debug functions.flaviojs1-27/+39
2011-07-20Removed malloc's Atomic (-A) function macros (see r968, changelog 01/20). The...ultramage1-44/+1
2011-07-19* Made NO_MEMMGR only be set as a default value, allowing for simultaneous us...flaviojs1-7/+69
2011-06-30Replaced custom type 'intptr' with standard 'intptr_t'.ultramage1-1/+1
2011-06-26* Fixed a signed literal being assigned to an unsigned variable and other min...ai4rei1-6/+2
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-3/+3
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-3/+3
2008-11-22* Hunted down the simpler 64bit pointer truncations.FlavioJS1-1/+1
2008-04-27Corrected r12662 where a guild break would trigger the OnGuildBreak event for...ultramage1-2/+2
2008-02-19* Forgotten update to the definition of script command 'input'.FlavioJS1-0/+2
2008-02-13* Changes to memory manager: [FlavioJS]FlavioJS1-31/+83
2008-02-13Merged memory manager updates from old jA revisions (bugreport:663)ultramage1-305/+225
2008-01-06Modified showmsg code to not attach a timestamp to MSG_NONE-type messages, ge...ultramage1-1/+1
2007-12-30* Trully fixed the previous commits. (missing casts and incomplete sizes)FlavioJS1-4/+4
2007-12-30Fixed a mistake of the previous commit (r11994). Was reading the size in the ...FlavioJS1-1/+1