MCPcopy Create free account
hub / github.com/HiLab-git/SimpleCRF / Delete

Method Delete

dependency/maxflow-v3.0/block.h:237–241  ·  view source on GitHub ↗

Deletes an item allocated previously */

Source from the content-addressed store, hash-verified

235
236 /* Deletes an item allocated previously */
237 void Delete(Type *t)
238 {
239 ((block_item *) t) -> next_free = first_free;
240 first_free = (block_item *) t;
241 }
242
243/***********************************************************************/
244

Callers 2

maxflowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected