Skip to content

Add an allocation function that disables the memory sanitizer.

Matthieu Schaller requested to merge disable_leak_tracking into master

Implements #867 (closed).

This is useful for the allocation call in space_getcells() since we don't (can't) clean up the allocations properly.

Merge request reports