aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib.h
AgeCommit message (Expand)AuthorFilesLines
2005-04-07Add copyright statements and file comments. Add a FAQ, README, andLinus Torvalds1-2/+7
2005-04-07Make iterators take a helper datum, and tell the callback whetherLinus Torvalds1-5/+7
2005-04-07Make listop functions keep the lists in chronological orderLinus Torvalds1-2/+3
2005-04-07Create function to clear out the existing allocations. TheLinus Torvalds1-1/+2
2005-04-07Move some common parsing routines to "lib", so thattheLinus Torvalds1-0/+4
2005-04-07Do much more pre-processing work: support #ifdef/#else/#endifLinus Torvalds1-5/+10
2005-04-07Implement space-efficient allocator for small data structures. WeLinus Torvalds1-3/+5
2005-04-07Add allocators for statisticsLinus Torvalds1-0/+51