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

Function hoedown_buffer_new

libraries/hoedown/src/buffer.c:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72hoedown_buffer *
73hoedown_buffer_new(size_t unit)
74{
75 hoedown_buffer *ret = hoedown_malloc(sizeof (hoedown_buffer));
76 hoedown_buffer_init(ret, unit, hoedown_realloc, free, free);
77 return ret;
78}
79
80void
81hoedown_buffer_free(hoedown_buffer *buf)

Callers 6

newbufFunction · 0.85
is_footnoteFunction · 0.85
is_refFunction · 0.85
hoedown_document_renderFunction · 0.85
bufferMethod · 0.85

Calls 2

hoedown_mallocFunction · 0.85
hoedown_buffer_initFunction · 0.85

Tested by

no test coverage detected