Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dfallback_malloc.cpp151 size_t aligned_nelems = nelems; in fallback_malloc() local
154 aligned_nelems += remaining_len % NodesPerAlignment; in fallback_malloc()
159 if (p->len > aligned_nelems) { in fallback_malloc()
161 p->len = static_cast<heap_size>(p->len - aligned_nelems); in fallback_malloc()
164 q->len = static_cast<heap_size>(aligned_nelems); in fallback_malloc()