HardenedPartitionAlloc icon indicating copy to clipboard operation
HardenedPartitionAlloc copied to clipboard

Implement memalign

Open tomrittervg opened this issue 9 years ago • 1 comments

The memalign functions are the only (I believe) functions missing from PartitionAlloc that would allow this to be used as a memory replacement library in Firefox. Which would be cool. =) https://glandium.org/blog/?p=2848

I'm hopeful that future versions of Firefox, once jemalloc with partitioning support gets upstreamed, update the replacement API to include partition requests, which would really enable a full replacement.

tomrittervg avatar Sep 07 '16 15:09 tomrittervg

I will look into this. Added to my priority 'todo' list.

struct avatar Sep 08 '16 13:09 struct