HomeSort by: relevance | last modified time | path
    Searched defs:InitLinkerInitialized (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_stats.h 32 void InitLinkerInitialized() {}
62 void InitLinkerInitialized() {
68 InitLinkerInitialized();
sanitizer_allocator_combined.h 36 void InitLinkerInitialized(s32 release_to_os_interval_ms) {
37 stats_.InitLinkerInitialized();
39 secondary_.InitLinkerInitialized();
sanitizer_allocator_secondary.h 76 void InitLinkerInitialized() {
83 InitLinkerInitialized();
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_stats.h 31 void InitLinkerInitialized() {}
61 void InitLinkerInitialized() {
67 InitLinkerInitialized();
sanitizer_allocator_combined.h 32 void InitLinkerInitialized(s32 release_to_os_interval_ms) {
33 stats_.InitLinkerInitialized();
35 secondary_.InitLinkerInitialized();
sanitizer_allocator_secondary.h 75 void InitLinkerInitialized() {
82 InitLinkerInitialized();
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_allocator_combined.h 32 void InitLinkerInitialized(s32 release_to_os_interval_ms,
35 secondary_.InitLinkerInitialized();
sanitizer_allocator_secondary.h 75 void InitLinkerInitialized() {
82 InitLinkerInitialized();
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 280 void InitLinkerInitialized(const AllocatorOptions &options) {
282 allocator.InitLinkerInitialized(options.release_to_os_interval_ms);
839 instance.InitLinkerInitialized(options);
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.cpp 390 void InitLinkerInitialized(const AllocatorOptions &options) {
392 allocator.InitLinkerInitialized(options.release_to_os_interval_ms);
963 instance.InitLinkerInitialized(options);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.cpp 338 void InitLinkerInitialized(const AllocatorOptions &options) {
340 allocator.InitLinkerInitialized(options.release_to_os_interval_ms);
927 instance.InitLinkerInitialized(options);

Completed in 26 milliseconds