• Rémi Bernon's avatar
    ntdll: Implement Low Fragmentation Heap frontend. · 27665f35
    Rémi Bernon authored
    This implements the reduced fragmentation from the heap frontend, by
    carving smaller blocks out of larger allocated blocks.
    
    The super block and each sub-block are all flagged with BLOCK_FLAG_LFH.
    
    The super-block (struct group) uses a standard struct block header, as
    well as a list entry to be linked in free list, and a free bit map to
    track free sub-blocks.
    
    Sub-blocks reference their super block through the base_offset, instead
    of the subheap, using the block size as radix.
    27665f35
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
nls Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.editorconfig Loading commit data...
.gitlab-ci.yml Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
MAINTAINERS Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...