Searched defs:DlsymAlloc (Results 1 – 8 of 8) sorted by relevance
24 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct25 static bool UseImpl() { return !hwasan_inited; } in UseImpl()26 static void OnAllocate(const void *ptr, uptr size) { in OnAllocate()33 static void OnFree(const void *ptr, uptr size) { in OnFree()
33 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct50 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() argument
25 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct26 static bool UseImpl() { return !nsan_initialized; } in UseImpl()
33 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct38 if (DlsymAlloc::PointerIsMine(ptr)) in INTERCEPTOR() argument
32 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct52 if (DlsymAlloc::Use()) in INTERCEPTOR() argument
47 struct DlsymAlloc : DlSymAllocator<DlsymAlloc> { struct48 static bool UseImpl() { return lsan_init_is_running; } in UseImpl()72 if (DlsymAlloc::Use()) in INTERCEPTOR() argument
58 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct59 static bool UseImpl() { return !rtsan_initialized; } in UseImpl()
81 struct DlsymAlloc : public DlSymAllocator<DlsymAlloc> { struct82 static bool UseImpl() { return !msan_inited; } in UseImpl()