Searched refs:__remove (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/src/
H A Dmt_allocator.cc270 size_t __remove = __bin._M_free[__thread_id]; local
271 __remove *= __options._M_freelist_headroom;
292 if (__remove >= __net_used)
293 __remove -= __net_used;
295 __remove = 0;
296 if (__remove > __limit && __remove > __bin._M_free[__thread_id])
300 __remove /= __options._M_freelist_headroom;
301 const size_t __removed = __remove;
302 while (--__remove >
[all...]
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Ddebug.cpp236 c->__remove(p);
378 c->__remove(i);
570 __c_node::__remove(__i_node* p) function in class:__c_node
573 _LIBCPP_ASSERT(r != end_, "debug mode internal logic error __c_node::__remove");
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp1126 bool __remove(const path& p, error_code* ec) { function in struct:__anon1068::parser::PathParser
1155 if (!__remove(p, &ec))

Completed in 223 milliseconds