xo-alloc2: streamlining + bugfixes [wip]

This commit is contained in:
Roland Conybeare 2025-12-12 19:44:38 -05:00
commit 6cf535eaef
11 changed files with 312 additions and 10 deletions

View file

@ -50,7 +50,7 @@ namespace xo {
**/
static inline
std::size_t with_padding(std::size_t z,
std::size_t align)
std::size_t align = c_alloc_alignment)
{
return z + alloc_padding(z, align);
}