Searched refs:malloc_readonly (Results 1 – 2 of 2) sorted by relevance
234 struct malloc_readonly { struct261 struct malloc_readonly mopts; argument263 } malloc_readonly __attribute__((aligned(MALLOC_PAGESIZE))) variable265 #define mopts malloc_readonly.mopts1456 if (((uintptr_t)&malloc_readonly & MALLOC_PAGEMASK) == 0) { in _malloc_init()1457 if (mprotect(&malloc_readonly, sizeof(malloc_readonly), in _malloc_init()1461 if (mimmutable(&malloc_readonly, in _malloc_init()1462 sizeof(malloc_readonly))) in _malloc_init()
133 struct malloc_readonly { struct141 static struct malloc_readonly mopts __relro; argument