summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/alloc.c
AgeCommit message (Expand)Author
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