quakeforge/tools/qfvis
Bill Currie 0a847f92f1 [util] Use mmap/munmap for cmem internal alloc/free
This reduces the overhead needed to manage the memory blocks as the
blocks are guaranteed to be page-aligned. Also, the superblock is now
alllocated from within one of the memory blocks it manages. While this
does slightly reduce the available cachelines within the first block (by
one or two depending on 32 vs 64 bit pointers), it removes the need for
an extra memory allocation (probably via malloc) for the superblock.
2021-07-12 16:33:47 +09:00
..
include [qfvis] Add set debug prints (disabled) 2021-03-28 21:11:13 +09:00
source [util] Use mmap/munmap for cmem internal alloc/free 2021-07-12 16:33:47 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
qfvis.1 correct a couple of falsehoods 2004-01-27 05:08:21 +00:00