mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
dc1bce33f6
|
@ -17,6 +17,10 @@ Copyright (c) 2015 Microsoft Corporation
|
||||||
# include <malloc.h>
|
# include <malloc.h>
|
||||||
# define HAS_MALLOC_USABLE_SIZE
|
# define HAS_MALLOC_USABLE_SIZE
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef __FreeBSD__
|
||||||
|
# include <malloc_np.h>
|
||||||
|
# define HAS_MALLOC_USABLE_SIZE
|
||||||
|
#endif
|
||||||
|
|
||||||
// The following two function are automatically generated by the mk_make.py script.
|
// The following two function are automatically generated by the mk_make.py script.
|
||||||
// The script collects ADD_INITIALIZER and ADD_FINALIZER commands in the .h files.
|
// The script collects ADD_INITIALIZER and ADD_FINALIZER commands in the .h files.
|
||||||
|
|
Loading…
Reference in a new issue