MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / deallocate

Method deallocate

extern/libcds/cds/os/alloc_aligned.h:132–135  ·  view source on GitHub ↗

deallocate object at \p ptr, ignore size

Source from the content-addressed store, hash-verified

130
131 /// deallocate object at \p ptr, ignore size
132 void deallocate(pointer ptr, size_type)
133 {
134 cds::OS::aligned_free( ptr );
135 }
136
137 /// allocate array of \p nCount elements
138 /**

Callers 14

~MichaelHashSetFunction · 0.45
~MichaelHashSetFunction · 0.45
~MichaelHashMapFunction · 0.45
~MichaelHashMapFunction · 0.45
~MichaelHashMapFunction · 0.45
~MichaelHashSetFunction · 0.45
free_spaceMethod · 0.45
~MichaelHashSetFunction · 0.45
~MichaelHashSetFunction · 0.45
~MichaelHashSetFunction · 0.45
destroy_tableMethod · 0.45
free_aux_segmentMethod · 0.45

Calls 1

aligned_freeFunction · 0.50

Tested by

no test coverage detected