Commit 3142d4a8 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland Committed by Dridi Boukelmoune

Use SML_AllocBuf with -smalloc

parent 9588cfe7
......@@ -232,4 +232,6 @@ const struct stevedore sma_stevedore = {
.methods = &SML_methods,
.var_free_space = sma_free_space,
.var_used_space = sma_used_space,
.allocbuf = SML_AllocBuf,
.freebuf = SML_FreeBuf,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment