Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/include/ext/
H A Ddebug_allocator.h86 const size_t __obj_size = sizeof(value_type); in debug_allocator() local
87 _M_extra = (sizeof(size_type) + __obj_size - 1) / __obj_size; in debug_allocator()