Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Dlists.cpp26 static LIST * list_alloc( unsigned const size ) in list_alloc() function
75 LIST * result = list_alloc( size ); in list_append()
102 LIST * const head = list_alloc( 1 ) ; in list_new()
122 head = list_alloc( 1 ); in list_push_back()
126 LIST * l = list_alloc( size + 1 ); in list_push_back()
151 result = list_alloc( size ); in list_copy()
166 LIST * result = list_alloc( size ); in list_copy_range()
251 LIST * const nl = list_alloc( size ); in list_pop_front()
269 LIST * const result = list_alloc( size ); in list_reverse()