mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 10:24:07 +00:00
This PR improves memory use of Lean, especially for longer-running server processes, by up to 60%
14 lines
275 B
C
14 lines
275 B
C
/*
|
|
Copyright (c) 2019 Microsoft Corporation. All rights reserved.
|
|
Released under Apache 2.0 license as described in the file LICENSE.
|
|
|
|
Author: Leonardo de Moura
|
|
*/
|
|
#pragma once
|
|
#include <lean/version.h>
|
|
|
|
@LEAN_MIMALLOC@
|
|
@LEAN_SMALL_ALLOCATOR@
|
|
@LEAN_LAZY_RC@
|
|
@LEAN_IS_STAGE0@
|