mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-30 08:37:29 +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
|
|
@ -76,7 +76,7 @@ san_one_side_guarded_sz(size_t size) {
|
|||
}
|
||||
|
||||
static inline bool
|
||||
san_enabled(void) {
|
||||
san_guard_enabled(void) {
|
||||
return (opt_san_guard_large != 0 || opt_san_guard_small != 0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue