OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sanitizer_zone
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_mac.cc
392
malloc_zone_t
sanitizer_zone
;
variable in namespace:__sanitizer
394
// We need to make sure that
sanitizer_zone
is registered as malloc_zones[0]. If
400
if (malloc_num_zones > 1 && malloc_zones[0] != &
sanitizer_zone
) {
402
if (malloc_zones[i] == &
sanitizer_zone
) {
405
malloc_zones[0] = &
sanitizer_zone
;
sanitizer_mac.cc
392
malloc_zone_t
sanitizer_zone
;
variable in namespace:__sanitizer
394
// We need to make sure that
sanitizer_zone
is registered as malloc_zones[0]. If
400
if (malloc_num_zones > 1 && malloc_zones[0] != &
sanitizer_zone
) {
402
if (malloc_zones[i] == &
sanitizer_zone
) {
405
malloc_zones[0] = &
sanitizer_zone
;
Completed in 22 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025