aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/xmalloc_tlsf.c
Commit message (Expand)AuthorAgeFilesLines
* xmalloc: make whole pages xfree() clear the order field (ab)used by xmalloc()Jan Beulich2013-09-091-0/+1
* xmalloc: make close-to-PAGE_SIZE allocations more efficientJan Beulich2013-02-191-28/+43
* x86: prevent call to xfree() in dump_irqs() while in an irq contextAndrew Cooper2012-05-221-2/+2
* xmalloc: return unused full pages on multi-page allocationsJan Beulich2011-10-131-3/+24
* introduce xzalloc() & CoJan Beulich2011-10-041-0/+7
* xmalloc_tlsf: Fall back to xmalloc_whole_pages() if xmem_pool_alloc() fails.Keir Fraser2009-10-211-5/+5
* Transcendent memory ("tmem") for Xen.Keir Fraser2009-05-261-12/+23
* Allow memflags to be specified to alloc_xenheap_pages().Keir Fraser2009-01-281-4/+4
* xmalloc: Add pooled allocator interface.Keir Fraser2008-10-161-106/+50
* xmalloc: use tlsf algorithmKeir Fraser2008-10-161-0/+655