mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-27 18:55:54 -06:00
ad4b7b3a57
SDKs don't need to set the heap top address because it's managed by the malloc implementation and should be left intact across executions (otherwise the malloc implementation will keep allocating more memory from the host because the top has been reset across executions.) Signed-off-by: Torin Sandall <torinsandall@gmail.com>