mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 08:33:38 +03:00
Rename san_enabled() to san_guard_enabled().
This commit is contained in:
parent
01d61a3c6f
commit
dfdd7562f5
3 changed files with 4 additions and 4 deletions
|
|
@ -129,7 +129,7 @@ TEST_BEGIN(test_hpa_background_thread_purges) {
|
|||
test_skip_if(!hpa_supported());
|
||||
test_skip_if(!have_background_thread);
|
||||
/* Skip since guarded pages cannot be allocated from hpa. */
|
||||
test_skip_if(san_enabled());
|
||||
test_skip_if(san_guard_enabled());
|
||||
|
||||
unsigned arena_ind = create_arena();
|
||||
/*
|
||||
|
|
@ -145,7 +145,7 @@ TEST_BEGIN(test_hpa_background_thread_enable_disable) {
|
|||
test_skip_if(!hpa_supported());
|
||||
test_skip_if(!have_background_thread);
|
||||
/* Skip since guarded pages cannot be allocated from hpa. */
|
||||
test_skip_if(san_enabled());
|
||||
test_skip_if(san_guard_enabled());
|
||||
|
||||
unsigned arena_ind = create_arena();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue