Hi
DefaultValueAllocator (json_value.cpp) uses malloc in duplicateStringValue and free in releaseStringValue.
I have custom allocator where new and delete goes through managed allocation.
Is there any definition to switch to new and delete in case of c++?
I was looking for the same. found in another project ( libjson ) although it's quite more involved to build right.
Log in to post a comment.
Hi
DefaultValueAllocator (json_value.cpp) uses malloc in duplicateStringValue and free in releaseStringValue.
I have custom allocator where new and delete goes through managed allocation.
Is there any definition to switch to new and delete in case of c++?
I was looking for the same. found in another project ( libjson ) although it's quite more involved to build right.