Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp32 static bool is_aligned_to(void* ptr, size_t align) { in is_aligned_to() function
48 if (!is_aligned_to(result, align)) { in do_allocate()