Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Ddebugger.cpp50 static int breakpoints_capacity; variable
261 if ( num_breakpoints == breakpoints_capacity ) in add_breakpoint()
263 int new_capacity = breakpoints_capacity * 2; in add_breakpoint()
266 breakpoints_capacity = new_capacity; in add_breakpoint()