HomeSort by relevance Sort by last modified time
    Searched refs:global_p (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/test/scudo/
preinit.cpp 11 static void *global_p = nullptr; variable
14 global_p = malloc(1);
15 if (!global_p)
20 if (global_p)
21 free(global_p);
  /external/compiler-rt/test/tsan/
ignored-interceptors-mmap.cc 17 void *global_p; variable
33 global_p = p;
42 ((int*)global_p)[1] = 10;
43 printf("Read the zero value from mmapped memory %d\n", ((int*)global_p)[1]);
  /external/linux-kselftest/tools/testing/selftests/memfd/
fuse_test.c 160 static void *global_p = NULL; variable
179 munmap(global_p, mfd_def_size);
278 global_p = p;

Completed in 3948 milliseconds