Minimal build of the refstrings in the literal structure

This commit is contained in:
2022-11-23 12:52:49 +00:00
parent c7465e1204
commit 923cf70c06
21 changed files with 186 additions and 75 deletions

View File

@@ -63,7 +63,7 @@ int main() {
testMemoryAllocation();
//test the custom allocator
setAllocator(allocator);
setMemoryAllocator(allocator);
testMemoryAllocation();
if (callCount != 8) {