MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / ~array

Method ~array

benchmarks/dlib/array/array_kernel.h:295–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293 typename mem_manager
294 >
295 array<T,mem_manager>::
296 ~array (
297 )
298 {
299 if (array_elements)
300 {
301 pool.deallocate_array(array_elements);
302 }
303 }
304
305// ----------------------------------------------------------------------------------------
306

Callers

nothing calls this directly

Calls 1

deallocate_arrayMethod · 0.45

Tested by

no test coverage detected