San: Rename 'guard' to 'san'
This prepares the foundation for more sanitizer-related work in the future.
This commit is contained in:
committed by
Alexander Lapenkov
parent
d9bbf539ff
commit
62f9c54d2a
@@ -1,5 +1,5 @@
|
||||
#include "test/jemalloc_test.h"
|
||||
#include "test/guard.h"
|
||||
#include "test/san.h"
|
||||
|
||||
#include "jemalloc/internal/safety_check.h"
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#include "test/jemalloc_test.h"
|
||||
|
||||
#include "jemalloc/internal/guard.h"
|
||||
#include "jemalloc/internal/san.h"
|
||||
#include "jemalloc/internal/spin.h"
|
||||
|
||||
static unsigned arena_ind;
|
||||
|
@@ -1,8 +1,8 @@
|
||||
#include "test/jemalloc_test.h"
|
||||
#include "test/arena_decay.h"
|
||||
#include "test/guard.h"
|
||||
#include "test/san.h"
|
||||
|
||||
#include "jemalloc/internal/guard.h"
|
||||
#include "jemalloc/internal/san.h"
|
||||
|
||||
static void
|
||||
verify_extent_guarded(tsdn_t *tsdn, void *ptr) {
|
Reference in New Issue
Block a user