used hcl_openstdwithmmgr() in hcl-s.c and deleted unneeded code

This commit is contained in:
2021-02-08 09:41:40 +00:00
parent 7d7c709591
commit 4b3e318428
3 changed files with 22 additions and 60 deletions

View File

@ -1746,6 +1746,13 @@ HCL_EXPORT hcl_t* hcl_open (
hcl_errnum_t* errnum
);
HCL_EXPORT hcl_t* hcl_openstdwithmmgr (
hcl_mmgr_t* mmgr,
hcl_oow_t xtnsize,
hcl_oow_t heapsize,
hcl_errnum_t* errnum
);
HCL_EXPORT hcl_t* hcl_openstd (
hcl_oow_t xtnsize,
hcl_oow_t heapsize,