haproxy/ebtree
Willy Tarreau 319f078d6f MINOR: ebtree: save 8 bytes in struct eb32sc_node
There is a 4-bytes hole in this structure after the eb_node and the
last field is 4-bytes as well, resulting in a total of 64 bytes with
8 bytes holes. Just moving the key after the eb_node (like in eb32_node)
fills the hole and reduces the structure's size by 8 bytes.
2018-10-21 06:56:57 +02:00
..
LICENSE
compiler.h
eb32sctree.c BUG/MAJOR: ebtree/scope: properly tag upper nodes during insertion 2017-11-15 19:43:05 +01:00
eb32sctree.h MINOR: ebtree: save 8 bytes in struct eb32sc_node 2018-10-21 06:56:57 +02:00
eb32tree.c
eb32tree.h
eb64tree.c
eb64tree.h
ebimtree.c
ebimtree.h
ebistree.c
ebistree.h
ebmbtree.c
ebmbtree.h
ebpttree.c
ebpttree.h
ebsttree.c
ebsttree.h
ebtree.c
ebtree.h