OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:free_hook
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
allocator_interface.h
77
void (*
free_hook
)(const volatile void *));
/src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
allocator_interface.h
76
void (*
free_hook
)(const volatile void *));
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_interface.h
34
void (*
free_hook
)(const void *));
sanitizer_common.cc
291
void (*
free_hook
)(const void *);
member in struct:__sanitizer::MallocFreeHook
306
auto hook = MFHooks[i].
free_hook
;
313
void (*
free_hook
)(const void *)) {
314
if (!malloc_hook || !
free_hook
) return 0;
318
MFHooks[i].
free_hook
=
free_hook
;
344
void (*
free_hook
)(const void *)) {
345
return InstallMallocFreeHooks(malloc_hook,
free_hook
);
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_interface.h
33
void (*
free_hook
)(const void *));
sanitizer_common.cpp
299
void (*
free_hook
)(const void *);
member in struct:__sanitizer::MallocFreeHook
314
auto hook = MFHooks[i].
free_hook
;
321
void (*
free_hook
)(const void *)) {
322
if (!malloc_hook || !
free_hook
) return 0;
326
MFHooks[i].
free_hook
=
free_hook
;
360
void (*
free_hook
)(const void *)) {
361
return InstallMallocFreeHooks(malloc_hook,
free_hook
);
/src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
allocator_interface.h
87
void(SANITIZER_CDECL *
free_hook
)(const volatile void *));
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_interface.h
37
void (*
free_hook
)(const void *));
sanitizer_common.cpp
335
void (*
free_hook
)(const void *);
member in struct:__sanitizer::MallocFreeHook
353
auto hook = MFHooks[i].
free_hook
;
361
void (*
free_hook
)(const void *)) {
362
if (!malloc_hook || !
free_hook
) return 0;
366
MFHooks[i].
free_hook
=
free_hook
;
407
void (*
free_hook
)(const void *)) {
408
return InstallMallocFreeHooks(malloc_hook,
free_hook
);
/src/external/bsd/kyua-cli/dist/engine/
testers.cpp
120
/// \param
free_hook
Release hook.
121
object_releaser(Object* object, ReturnType (*
free_hook
)(Object*)) :
122
_object(object), _free_hook(
free_hook
)
Completed in 96 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026