OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PointerIsMine
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_combined.h
95
if (primary_.
PointerIsMine
(p))
109
CHECK(
PointerIsMine
(p));
119
bool
PointerIsMine
(void *p) {
120
if (primary_.
PointerIsMine
(p))
122
return secondary_.
PointerIsMine
(p);
126
return primary_.
PointerIsMine
(p);
130
if (primary_.
PointerIsMine
(p))
136
if (primary_.
PointerIsMine
(p))
144
if (primary_.
PointerIsMine
(p))
150
if (primary_.
PointerIsMine
(p)
[
all
...]
sanitizer_allocator_primary32.h
149
CHECK(
PointerIsMine
(p));
183
bool
PointerIsMine
(const void *p) {
195
CHECK(
PointerIsMine
(p));
206
CHECK(
PointerIsMine
(p));
sanitizer_allocator_secondary.h
165
bool
PointerIsMine
(const void *p) {
sanitizer_allocator_primary64.h
157
bool
PointerIsMine
(const void *p) {
199
CHECK(
PointerIsMine
(p));
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_external.cc
103
if (a->
PointerIsMine
((void *)addr)) {
tsan_debugging.cc
201
if (a->
PointerIsMine
((void *)addr)) {
241
if (a->
PointerIsMine
((void *)addr)) {
tsan_rtl_report.cc
330
if (a->
PointerIsMine
((void*)addr)) {
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc
226
CHECK(a->
PointerIsMine
(x));
227
CHECK(a->
PointerIsMine
(x + size - 1));
228
CHECK(a->
PointerIsMine
(x + size / 2));
255
if (a->
PointerIsMine
(reinterpret_cast<void *>(x)))
557
CHECK(a.
PointerIsMine
(allocated[i]));
563
CHECK(a.
PointerIsMine
(p));
579
CHECK(a.
PointerIsMine
(p));
580
CHECK(a.
PointerIsMine
(p + 2000));
589
CHECK(a.
PointerIsMine
(p));
681
CHECK(a->
PointerIsMine
(x))
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc
621
!get_allocator().
PointerIsMine
(ptr)) {
Completed in 38 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025