aboutsummaryrefslogtreecommitdiffstats
path: root/allocate.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-27asm: use a specific struct for asm operandsLuc Van Oostenryck1-0/+1
2018-05-06alloc: check if size is too bigLuc Van Oostenryck1-0/+2
2017-06-29use long for all mem statsLuc Van Oostenryck1-1/+1
2017-05-15add get_<allocator>_stats()Luc Van Oostenryck1-0/+8
2013-11-29sparse: Relicense under the MIT licenseFranz Schrober1-1/+17
2007-02-22Make the ptrlist using the sparse allocator.Christopher Li1-1/+1
2006-08-30[PATCH] Parse and track multiple contexts by expressionJosh Triplett1-0/+1
2005-08-03Add function to "protect" allocations from being dropped laterLinus Torvalds1-0/+5
2005-08-02When dropping all allocations, clear the freelist tooLinus Torvalds1-0/+1
2005-04-07Allow anybody to declare their own allocator by making theLinus Torvalds1-41/+14
2005-04-07Split out the blob allocator from lib.c into allocate.c.Linus Torvalds1-0/+149