HomeSort by: relevance | last modified time | path
    Searched refs:AllocatorOptions (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_activation.cc 28 AllocatorOptions allocator_options;
112 AllocatorOptions disabled = asan_deactivated_flags.allocator_options;
asan_allocator.h 34 struct AllocatorOptions {
47 void InitializeAllocator(const AllocatorOptions &options);
48 void ReInitializeAllocator(const AllocatorOptions &options);
49 void GetAllocatorOptions(AllocatorOptions *options);
asan_allocator.cc 220 void AllocatorOptions::SetFrom(const Flags *f, const CommonFlags *cf) {
230 void AllocatorOptions::CopyTo(Flags *f, CommonFlags *cf) {
262 void CheckOptions(const AllocatorOptions &options) const {
270 void SharedInitCode(const AllocatorOptions &options) {
280 void InitLinkerInitialized(const AllocatorOptions &options) {
317 void ReInitialize(const AllocatorOptions &options) {
334 void GetOptions(AllocatorOptions *options) const {
838 void InitializeAllocator(const AllocatorOptions &options) {
842 void ReInitializeAllocator(const AllocatorOptions &options) {
846 void GetAllocatorOptions(AllocatorOptions *options)
    [all...]
asan_rtl.cc 463 AllocatorOptions allocator_options;

Completed in 33 milliseconds