floooh / sokol

minimal cross-platform standalone C headers
https://floooh.github.io/sokol-html5
zlib License
6.63k stars 472 forks source link

The allocator callbacks should not be called alloc/free. #903

Closed floooh closed 10 months ago

floooh commented 10 months ago

At least free might be commonly defined as a macro and might collide with the allocator struct members.

Candidates:

floooh commented 10 months ago

PR: https://github.com/floooh/sokol/pull/908