removed cb-impl.c and cb-impl.h

This commit is contained in:
2021-02-08 15:42:24 +00:00
parent 4b3e318428
commit 1aeee25ac6
9 changed files with 17 additions and 2286 deletions

View File

@ -2878,7 +2878,7 @@ hcl_t* hcl_openstdwithmmgr (hcl_mmgr_t* mmgr, hcl_oow_t xtnsize, hcl_oow_t heaps
//if (large_pages)
//{
vmprim.alloc_heap = alloc_heap;
vmprim.free_heap = free_heap;
vmprim.free_heap = free_heap;
//}
vmprim.log_write = log_write;
vmprim.syserrstrb = _syserrstrb;