OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:global_ptr
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/sanitizer_common/TestCases/
malloc_hook.cc
11
const volatile void *
global_ptr
;
variable
18
global_ptr
= ptr;
22
if (__sanitizer_get_ownership(ptr) && ptr ==
global_ptr
)
31
if (
global_ptr
!= (void*)x) {
/ndk/tests/device/issue28598-linker-global-ref/jni/
main.cpp
3
int *
global_ptr
= &global; // Without this line, everything is fine
variable
Completed in 377 milliseconds