struct / isoalloc

A general purpose memory allocator that implements an isolation security strategy to mitigate memory safety issues while maintaining good performance
https://secure.dev
Apache License 2.0
363 stars 25 forks source link

Support mallopt #219

Open struct opened 9 months ago

struct commented 9 months ago

Most allocators support some form of mallopt. This could be useful for tuning runtime parameters related to security, memory waste tolerances, zone retirements etc.

jvoisin commented 9 months ago

I'm not convinced that it's a good idea, since an attacker could target those runtime parameters to play in easy mode :P