Home
last modified time | relevance | path

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

/NextBSD/contrib/libstdc++/include/ext/
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()