summaryrefslogtreecommitdiff
path: root/libddekit/memory.c
AgeCommit message (Collapse)Author
2015-09-24libddekit: fix cache line sizeJustus Winter
* libddekit/memory.c (CACHE_LINE_SIZE): The cache line size is 64 bytes on contemporary processors. This value is used as alignment constraint, so this is also the more conservative value.
2012-02-22Clean up includesSamuel Thibault
To use the standard hurd Makeconf rules and permit external dde_* build
2011-05-08reorder vm_allocate_contiguous parameter like vm_allocateSamuel Thibault
2011-05-08Rename vm_dma_buff_alloc RPC into vm_allocate_contiguousSamuel Thibault
2010-05-28ddekit slab uses libhurd-slab.Zheng Da
2010-05-28reimplement ddekit_large_malloc.Zheng Da
2010-04-22ddekit: print messages.Zheng Da
2010-01-01Remove c_headers.hZheng Da
2009-12-07Make ddekit_simple_malloc/free inline.Zheng Da
2009-12-07Use linux_kmalloc only when we need contiguous physical memory.Zheng Da
2009-12-06The code can be compiled now.Zheng Da
2009-12-03Implement a faked slab cache.Zheng Da
2009-11-17The original version of DDEKit.Zheng Da