summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/alloc.c
AgeCommit message (Expand)Author
2019-03-31fix warnings, printf formats, etc.christos
2016-06-05Remove the ALLOC_FIRST_FIT and ALLOC_TRACE options. This is a rather simplemaxv
2011-07-30Fix printf formating in ifdef DEBUG sections.jakllsch
2011-06-16Add an optional MD calling convention flag for use in libsa when spacejoerg
2010-12-25Correct recently exposed printf format problem.jakllsch
2007-12-02unsigned -> unsigned inttsutsui
2007-11-24style, indent, and ANSI-fy.isaki
2006-01-25free -> deallocchristos
2005-12-11merge ktrace-lwp.christos
2005-02-26nuke trailing whitespaceperry
2004-06-30help with casts, and lint hints.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-02-01KNR, removing ugly 'unsigned' variables.dsl
2000-03-30Kill some more register declarations.augustss
1999-05-28don't bother initializing 'freelist' -- it can be bsscgd
1999-04-11The "found" label is not used if ALLOC_FIRST_FIT is defined.simonb
1999-04-01bestsize is unused if ALLOC_FIRST_FIT is defined.simonb
1997-09-17fix printf() format warnings in debug outputdrochner
1997-07-04Fix syntax error which appeared #ifdef DEBUG ("end[]").drochner
1997-06-26Allow to define the location of the heap at runtime #if HEAP_VARIABLE.drochner
1997-06-13Bring prototypes into scope.drochner
1997-02-16Initialize 'bestf' to make this compile again with -Wall.leo
1997-02-04Add some debugging code to free(), to catch frees before thethorpej
1997-01-22Add a whole bunch of features, from Matthias Drochner:cgd
1996-09-26make sure new allocations are aligned.cgd
1994-10-26new RCS ID format.cgd
1994-07-27use ALIGN, rather than hard-coded numberscgd
1994-01-26CMU/4.4 stand-alone librarybrezak