Searched refs:check_realloc (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/cpp/std/
H A Dbastring.cc86 check_realloc (basic_string::size_type s) const function in class:basic_string
99 if (! check_realloc (__size))
162 if (check_realloc (newlen))
198 if (check_realloc (newlen))
H A Dbastring.h450 inline bool check_realloc (size_type s) const;
477 if (check_realloc (newlen))

Completed in 40 milliseconds