-
Notifications
You must be signed in to change notification settings - Fork 13
/
ASanSuppress.txt
57 lines (44 loc) · 1.58 KB
/
ASanSuppress.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
##################################################
# Setup Info
##################################################
# Set EDGE_SANITIZE cmake option
# export ASAN_OPTIONS=detect_leaks=1
# export LSAN_OPTIONS=suppressions=ASanSuppress.txt
# If using GL4ES, export LIBGL_DEEPBIND=0
##################################################
# Investigate: High Priority
##################################################
leak:gl4es_glCreateProgram
##################################################
# Investigate: Low Priority
##################################################
# ignore anything cached images, though should be investigated
leak:ImageCacheOGL
# this is probably fine, should be investigated
leak:RGL_UpdateSkyBoxTextures
leak:LoadColourmap
leak:GetLightImage
# should be once per font, needs investigation
leak:LoadFontImage
leak:font_c::LoadFontTTF
leak:font_c::LoadPatches
leak:font_c::CharWidth
leak:font_c::GetGlyphIndex
leak:font_c::CharImage
# These are cached it appears, S_CacheClearAll would delete instances, though is never called and not sure if frees members
leak:sound_data_c::Mix_Reverb
leak:sound_data_c::Mix_Submerged
# assuming cached, should be investigated
leak:HD_draw_image
# gles, some minor leaks, look into sometime
leak:kh_init_attribloclist
leak:kh_init_uniformlist
leak:gl4es_useProgramBinary
leak:kh_resize_programlist
leak:kh_resize_attribloclist
leak:kh_resize_uniformlist
##################################################
# Ignore
##################################################
# anything that leaks in E_Startup, assuming lifetime is process
leak:E_Startup