HomeSort by: relevance | last modified time | path
    Searched defs:JEMALLOC_EXPORT (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/jemalloc.old/include/jemalloc/
jemalloc_macros.h 64 # ifndef JEMALLOC_EXPORT
66 # define JEMALLOC_EXPORT __declspec(dllexport)
68 # define JEMALLOC_EXPORT __declspec(dllimport)
95 # ifndef JEMALLOC_EXPORT
96 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
115 # define JEMALLOC_EXPORT
jemalloc.h 178 # ifndef JEMALLOC_EXPORT
180 # define JEMALLOC_EXPORT __declspec(dllexport)
182 # define JEMALLOC_EXPORT __declspec(dllimport)
210 # ifndef JEMALLOC_EXPORT
211 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
230 # define JEMALLOC_EXPORT
244 extern JEMALLOC_EXPORT const char *je_malloc_conf;
245 extern JEMALLOC_EXPORT void (*je_malloc_message)(void *cbopaque,
247 extern JEMALLOC_EXPORT const char *je_malloc_conf_get(void);
248 extern JEMALLOC_EXPORT void je_malloc_conf_set(const char *)
    [all...]
  /src/external/bsd/jemalloc/include/jemalloc/
jemalloc_macros.h 65 # ifndef JEMALLOC_EXPORT
67 # define JEMALLOC_EXPORT __declspec(dllexport)
69 # define JEMALLOC_EXPORT __declspec(dllimport)
99 # ifndef JEMALLOC_EXPORT
100 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
134 # define JEMALLOC_EXPORT
jemalloc.h 189 # ifndef JEMALLOC_EXPORT
191 # define JEMALLOC_EXPORT __declspec(dllexport)
193 # define JEMALLOC_EXPORT __declspec(dllimport)
223 # ifndef JEMALLOC_EXPORT
224 # define JEMALLOC_EXPORT JEMALLOC_ATTR(visibility("default"))
258 # define JEMALLOC_EXPORT
280 extern JEMALLOC_EXPORT const char *je_malloc_conf;
281 extern JEMALLOC_EXPORT void (*je_malloc_message)(void *cbopaque,
283 extern JEMALLOC_EXPORT const char *je_malloc_conf_get(void);
284 extern JEMALLOC_EXPORT void je_malloc_conf_set(const char *)
    [all...]

Completed in 23 milliseconds