aboutsummaryrefslogtreecommitdiffstats
path: root/allocate.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-27asm: use a specific struct for asm operandsLuc Van Oostenryck1-0/+1
2018-03-18alloc: add missing #include "compat.h"Luc Van Oostenryck1-0/+2
2017-06-29use long for all mem statsLuc Van Oostenryck1-1/+2
2017-05-15add show_allocation_stats()Luc Van Oostenryck1-0/+1
2017-05-15add get_<allocator>_stats()Luc Van Oostenryck1-0/+12
2017-02-16cleanup: there is no 'struct phi' to allocateLuc Van Oostenryck1-1/+0
2007-07-22allocate.h: Stop needlessly returning a void value in __DO_ALLOCATORJosh Triplett1-1/+1
2007-02-22Make the ptrlist using the sparse allocator.Christopher Li1-2/+5
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-2/+8
2005-04-07Allow anybody to declare their own allocator by making theLinus Torvalds1-0/+25
2005-04-07Split out the blob allocator from lib.c into allocate.c.Linus Torvalds1-0/+46