tikv / jemallocator

Rust allocator using jemalloc as a backend
Other
332 stars 52 forks source link

Add `disable_cache_oblivious` feature #51

Closed carlosgaldino closed 1 year ago

carlosgaldino commented 1 year ago

When this feature is used, it will build Jemalloc with --disable-cache-oblivious. The feature is disabled by default.

BusyJay commented 1 year ago

Please sign off your commit. https://github.com/tikv/jemallocator/pull/51/checks?check_run_id=12799453733

carlosgaldino commented 1 year ago

Thanks @BusyJay. I've added the sign-off.

BusyJay commented 1 year ago

Thank you!