mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-25 14:23:12 +00:00
Fix partial rename of s/EXPORT/JEMALLOC_EXPORT/g.
This commit is contained in:
@@ -111,11 +111,11 @@
|
|||||||
# define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
|
# define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
|
||||||
#elif _MSC_VER
|
#elif _MSC_VER
|
||||||
# define JEMALLOC_ATTR(s)
|
# define JEMALLOC_ATTR(s)
|
||||||
#ifdef DLLEXPORT
|
# ifdef DLLEXPORT
|
||||||
# define EXPORT __declspec(dllexport)
|
# define JEMALLOC_EXPORT __declspec(dllexport)
|
||||||
#else
|
# else
|
||||||
# define EXPORT __declspec(dllimport)
|
# define JEMALLOC_EXPORT __declspec(dllimport)
|
||||||
#endif
|
# endif
|
||||||
# define JEMALLOC_ALIGNED(s) __declspec(align(s))
|
# define JEMALLOC_ALIGNED(s) __declspec(align(s))
|
||||||
# define JEMALLOC_SECTION(s) __declspec(allocate(s))
|
# define JEMALLOC_SECTION(s) __declspec(allocate(s))
|
||||||
# define JEMALLOC_NOINLINE __declspec(noinline)
|
# define JEMALLOC_NOINLINE __declspec(noinline)
|
||||||
|
|||||||
Reference in New Issue
Block a user