OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sanitizer_zone
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_malloc_mac.inc
34
extern malloc_zone_t
sanitizer_zone
;
58
uptr allocated_size = RoundUpTo(sizeof(
sanitizer_zone
), page_size);
61
internal_memcpy(new_zone, &
sanitizer_zone
, sizeof(
sanitizer_zone
));
79
uptr allocated_size = RoundUpTo(sizeof(
sanitizer_zone
), page_size);
90
return &
sanitizer_zone
;
97
return &
sanitizer_zone
;
122
if (name && zone->introspect ==
sanitizer_zone
.introspect) {
164
return
sanitizer_zone
.introspect->good_size(&
sanitizer_zone
, size)
[
all
...]
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 13 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025