Changes between Initial Version and Version 1 of Ticket #65945, comment 21


Ignore:
Timestamp:
Oct 15, 2022, 5:52:33 AM (19 months ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65945, comment 21

    initial v1  
    5151#if defined(JEMALLOC_HAVE_MADVISE_HUGE)
    5252        return (madvise(addr, size, MADV_HUGEPAGE) != 0);
    53 #elif defined(JEMALLOC_HAVE_MEMCNTL) &&
     53#elif defined(JEMALLOC_HAVE_MEMCNTL)
    5454        struct memcntl_mha m = {0};
    5555        m.mha_cmd = MHA_MAPSIZE_VA;