the-moisrex / webpp

C++ web framework | web development can be done with C++ as well.
https://t.me/webpp
MIT License
132 stars 9 forks source link

safe_traits + stats_traits (affix_allocator + ...) #156

Open the-moisrex opened 2 years ago

the-moisrex commented 2 years ago

Provide affix allocator (https://youtu.be/LIb3L4vKZ7U?list=FLRtlVv6sNM9iXtgnsYnM8PA&t=3417) to help boundary check the allocations to see if there's a miss-writes.

the-moisrex commented 10 months ago

A Wrapper Allocator seems like a better idea for affix and stats allocators.