isoalloc icon indicating copy to clipboard operation
isoalloc copied to clipboard

A general purpose memory allocator that implements an isolation security strategy to mitigate memory safety issues while maintaining good performance

Results 26 isoalloc issues
Sort by recently updated
recently updated
newest added

As suggested in #205#issuecomment-1817899513

**Is your feature request related to a problem? Please describe.** I want to use the isoalloc as a kind of memory pool by usingh iso_alloc_from_zone. Unfortunately two things are missing...

Currently, the [security comparison]( https://github.com/struct/isoalloc/blob/master/SECURITY_COMPARISON.MD ) document only lists security features, but it would be nice to list killed/mitigated/… bug classes and primitives, like: - Cross-chunk linear overflows - Cross-chunk...

We should support Android NDK CI actions. Some potential solutions: https://github.com/marketplace/actions/setup-android-ndk https://github.com/marketplace/actions/android-ci-github-action

Currently there is a ton of various toggles and options, yet I don't think that anyone is spending time tweaking them. We should either reduce their numbers, and/or provide a...

The FreeBSD CI has been broken for weeks: ``` [LOG][17408](src/iso_alloc_profiler.c:56 _iso_alloc_print_stats()) RSS: 22 (mb) [LOG][17408](src/iso_alloc_profiler.c:60 _iso_alloc_print_stats()) Soft Page Faults: 6307 [LOG][17408](src/iso_alloc_profiler.c:61 _iso_alloc_print_stats()) Hard Page Faults: 0 ... Succeeded Running wild_free...