OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DlsymAlloc
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_allocation_functions.cpp
25
struct
DlsymAlloc
: public DlSymAllocator<
DlsymAlloc
> {
76
if (
DlsymAlloc
::PointerIsMine(ptr))
77
return
DlsymAlloc
::Free(ptr);
86
if (
DlsymAlloc
::PointerIsMine(ptr))
87
return
DlsymAlloc
::Free(ptr);
114
if (
DlsymAlloc
::Use())
115
return
DlsymAlloc
::Callocate(nmemb, size);
122
if (
DlsymAlloc
::Use() ||
DlsymAlloc
::PointerIsMine(ptr)
[
all
...]
/src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_allocation_functions.cpp
24
struct
DlsymAlloc
: public DlSymAllocator<
DlsymAlloc
> {
87
if (
DlsymAlloc
::PointerIsMine(ptr))
88
return
DlsymAlloc
::Free(ptr);
97
if (
DlsymAlloc
::PointerIsMine(ptr))
98
return
DlsymAlloc
::Free(ptr);
125
if (
DlsymAlloc
::Use())
126
return
DlsymAlloc
::Callocate(nmemb, size);
133
if (
DlsymAlloc
::Use() ||
DlsymAlloc
::PointerIsMine(ptr)
[
all
...]
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_malloc_linux.cpp
33
struct
DlsymAlloc
: public DlSymAllocator<
DlsymAlloc
> {
50
if (
DlsymAlloc
::PointerIsMine(ptr))
51
return
DlsymAlloc
::Free(ptr);
58
if (
DlsymAlloc
::PointerIsMine(ptr))
59
return
DlsymAlloc
::Free(ptr);
66
if (
DlsymAlloc
::Use())
67
return
DlsymAlloc
::Allocate(size);
74
if (
DlsymAlloc
::Use())
75
return
DlsymAlloc
::Callocate(nmemb, size)
[
all
...]
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_malloc_linux.cpp
33
struct
DlsymAlloc
: public DlSymAllocator<
DlsymAlloc
> {
50
if (
DlsymAlloc
::PointerIsMine(ptr))
51
return
DlsymAlloc
::Free(ptr);
58
if (
DlsymAlloc
::PointerIsMine(ptr))
59
return
DlsymAlloc
::Free(ptr);
66
if (
DlsymAlloc
::Use())
67
return
DlsymAlloc
::Allocate(size);
74
if (
DlsymAlloc
::Use())
75
return
DlsymAlloc
::Callocate(nmemb, size)
[
all
...]
/src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_interceptors.cpp
47
struct
DlsymAlloc
: DlSymAllocator<
DlsymAlloc
> {
72
if (
DlsymAlloc
::Use())
73
return
DlsymAlloc
::Allocate(size);
80
if (
DlsymAlloc
::PointerIsMine(p))
81
return
DlsymAlloc
::Free(p);
87
if (
DlsymAlloc
::Use())
88
return
DlsymAlloc
::Callocate(nmemb, size);
95
if (
DlsymAlloc
::Use() ||
DlsymAlloc
::PointerIsMine(ptr)
[
all
...]
/src/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_interceptors.cpp
47
struct
DlsymAlloc
: DlSymAllocator<
DlsymAlloc
> {
72
if (
DlsymAlloc
::Use())
73
return
DlsymAlloc
::Allocate(size);
80
if (
DlsymAlloc
::PointerIsMine(p))
81
return
DlsymAlloc
::Free(p);
87
if (
DlsymAlloc
::Use())
88
return
DlsymAlloc
::Callocate(nmemb, size);
95
if (
DlsymAlloc
::Use() ||
DlsymAlloc
::PointerIsMine(ptr)
[
all
...]
Completed in 24 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026