HomeSort by relevance Sort by last modified time
    Searched defs:JEMALLOC_SECTION (Results 1 - 2 of 2) sorted by null

  /external/jemalloc/include/jemalloc/
jemalloc_macros.h 59 # define JEMALLOC_SECTION(s) __declspec(allocate(s))
88 # define JEMALLOC_SECTION(s) JEMALLOC_ATTR(section(s))
100 # define JEMALLOC_SECTION(s)
jemalloc.h 149 # define JEMALLOC_SECTION(s) __declspec(allocate(s))
178 # define JEMALLOC_SECTION(s) JEMALLOC_ATTR(section(s))
190 # define JEMALLOC_SECTION(s)

Completed in 1957 milliseconds