| 1277 | } |
| 1278 | |
| 1279 | static void dynamic_array_free( struct dynamic_array * array ) |
| 1280 | { |
| 1281 | BJAM_FREE( array->data ); |
| 1282 | } |
| 1283 | |
| 1284 | static void dynamic_array_push_impl( struct dynamic_array * const array, |
| 1285 | void const * const value, int const unit_size ) |
no outgoing calls
no test coverage detected