Home
last modified time | relevance | path

Searched refs:InternalAlloc (Results 1 – 25 of 72) sorted by relevance

123

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_malloc_mac.cc32 if (cur_thread()->in_symbolizer) return InternalAlloc(size); \
45 void *p = InternalAlloc(size, nullptr, alignment); \
54 return InternalAlloc(size, nullptr, GetPageSizeCached()); \
H A Dtsan_new_delete.cc34 return InternalAlloc(size); \
49 return InternalAlloc(size, nullptr, (uptr)align); \
H A Dtsan_rtl_proc.cc22 void *mem = InternalAlloc(sizeof(Processor)); in ProcCreate()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_malloc_mac.cc30 if (cur_thread()->in_symbolizer) return InternalAlloc(size); \
43 void *p = InternalAlloc(size, nullptr, alignment); \
52 return InternalAlloc(size, nullptr, GetPageSizeCached()); \
H A Dtsan_new_delete.cc32 return InternalAlloc(size); \
47 return InternalAlloc(size, nullptr, (uptr)align); \
H A Dtsan_rtl_proc.cc20 void *mem = InternalAlloc(sizeof(Processor)); in ProcCreate()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_malloc_mac.cpp31 if (in_symbolizer()) return InternalAlloc(size); \
44 void *p = InternalAlloc(size, nullptr, alignment); \
53 return InternalAlloc(size, nullptr, GetPageSizeCached()); \
H A Dtsan_new_delete.cpp33 return InternalAlloc(size); \
48 return InternalAlloc(size, nullptr, (uptr)align); \
H A Dtsan_rtl_proc.cpp21 void *mem = InternalAlloc(sizeof(Processor)); in ProcCreate()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_coverage_libcdep_new.cc59 char* file_path = static_cast<char*>(InternalAlloc(kMaxPathLength)); in SanitizerDumpCoverage()
60 char* module_name = static_cast<char*>(InternalAlloc(kMaxPathLength)); in SanitizerDumpCoverage()
61 uptr* pcs = static_cast<uptr*>(InternalAlloc(len * sizeof(uptr))); in SanitizerDumpCoverage()
H A Dsanitizer_allocator.cc148 void *InternalAlloc(uptr size, InternalAllocatorCache *cache, uptr alignment) { in InternalAlloc() function
160 return InternalAlloc(size, cache); in InternalRealloc()
179 void *p = InternalAlloc(count * size, cache); in InternalCalloc()
H A Dsanitizer_allocator_internal.h54 void *InternalAlloc(uptr size, InternalAllocatorCache *cache = nullptr,
H A Dsanitizer_symbolizer.cc44 void *mem = InternalAlloc(sizeof(SymbolizedStack)); in New()
H A Dsanitizer_vector.h112 T *p = (T*)InternalAlloc(cap * sizeof(T)); in EnsureSize()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep_new.cc61 char* file_path = static_cast<char*>(InternalAlloc(kMaxPathLength)); in SanitizerDumpCoverage()
62 char* module_name = static_cast<char*>(InternalAlloc(kMaxPathLength)); in SanitizerDumpCoverage()
63 uptr* pcs = static_cast<uptr*>(InternalAlloc(len * sizeof(uptr))); in SanitizerDumpCoverage()
H A Dsanitizer_allocator.cc150 void *InternalAlloc(uptr size, InternalAllocatorCache *cache, uptr alignment) { in InternalAlloc() function
162 return InternalAlloc(size, cache); in InternalRealloc()
181 void *p = InternalAlloc(count * size, cache); in InternalCalloc()
H A Dsanitizer_allocator_internal.h57 void *InternalAlloc(uptr size, InternalAllocatorCache *cache = nullptr,
H A Dsanitizer_symbolizer.cc46 void *mem = InternalAlloc(sizeof(SymbolizedStack)); in New()
H A Dsanitizer_vector.h114 T *p = (T*)InternalAlloc(cap * sizeof(T)); in EnsureSize()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_coverage_libcdep_new.cpp60 char* file_path = static_cast<char*>(InternalAlloc(kMaxPathLength)); in SanitizerDumpCoverage()
61 char* module_name = static_cast<char*>(InternalAlloc(kMaxPathLength)); in SanitizerDumpCoverage()
62 uptr* pcs = static_cast<uptr*>(InternalAlloc(len * sizeof(uptr))); in SanitizerDumpCoverage()
H A Dsanitizer_allocator.cpp147 void *InternalAlloc(uptr size, InternalAllocatorCache *cache, uptr alignment) { in InternalAlloc() function
180 void *p = InternalAlloc(count * size, cache); in InternalCalloc()
H A Dsanitizer_allocator_internal.h42 void *InternalAlloc(uptr size, InternalAllocatorCache *cache = nullptr,
H A Dsanitizer_allocator_dlsym.h35 void *ptr = InternalAlloc(size_in_bytes, nullptr, kWordSize); in Allocate()
H A Dsanitizer_symbolizer_posix_libcdep.cpp368 char *res_buff = static_cast<char*>(InternalAlloc(res_length)); in Demangle()
405 char *new_path = (char *)InternalAlloc(kMaxPathLength); in ChooseExternalSymbolizer()
H A Dsanitizer_vector.h109 T *p = (T*)InternalAlloc(cap * sizeof(T)); in EnsureSize()

123