MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / hoedown_stack_uninit

Function hoedown_stack_uninit

libraries/hoedown/src/stack.c:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void
24hoedown_stack_uninit(hoedown_stack *st)
25{
26 assert(st);
27
28 free(st->item);
29}
30
31void
32hoedown_stack_grow(hoedown_stack *st, size_t neosz)

Callers 1

hoedown_document_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected