Home
last modified time | relevance | path

Searched refs:NodesPerAlignment (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dfallback_malloc.cpp87 const size_t NodesPerAlignment = alignof(FallbackMaxAlignType) / sizeof(heap_node); variable
154 aligned_nelems += remaining_len % NodesPerAlignment; in fallback_malloc()