mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-28 11:23:08 +03:00
Fix partial rename of s/EXPORT/JEMALLOC_EXPORT/g.
This commit is contained in:
parent
9a7944f8ab
commit
1b523da21c
1 changed files with 5 additions and 5 deletions
|
|
@ -111,11 +111,11 @@
|
|||
# define JEMALLOC_NOINLINE JEMALLOC_ATTR(noinline)
|
||||
#elif _MSC_VER
|
||||
# define JEMALLOC_ATTR(s)
|
||||
#ifdef DLLEXPORT
|
||||
# define EXPORT __declspec(dllexport)
|
||||
#else
|
||||
# define EXPORT __declspec(dllimport)
|
||||
#endif
|
||||
# ifdef DLLEXPORT
|
||||
# define JEMALLOC_EXPORT __declspec(dllexport)
|
||||
# else
|
||||
# define JEMALLOC_EXPORT __declspec(dllimport)
|
||||
# endif
|
||||
# define JEMALLOC_ALIGNED(s) __declspec(align(s))
|
||||
# define JEMALLOC_SECTION(s) __declspec(allocate(s))
|
||||
# define JEMALLOC_NOINLINE __declspec(noinline)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue