![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Functions | |
parse_allocs (regex, content) | |
Variables | |
str | directory = "../src/iop/" |
path = os.path.join(directory, sys.argv[1]) | |
str | lang = "" |
f = open(path, "r") | |
content = f.read() | |
list | excluded_keywords = [ "float", "size_t", "int", "uint", "uint8_t", "uint16_t", "cl_mem", "sizeof" ] |
str | alloc_regex = r"([a-zA-Z0-9_\->\.\[\]]+) = (dt_|c|m)alloc.*\((.+)\)" |
tiling.parse_allocs | ( | regex, | |
content | |||
) |
str tiling.alloc_regex = r"([a-zA-Z0-9_\->\.\[\]]+) = (dt_|c|m)alloc.*\((.+)\)" |
tiling.content = f.read() |
str tiling.directory = "../src/iop/" |
list tiling.excluded_keywords = [ "float", "size_t", "int", "uint", "uint8_t", "uint16_t", "cl_mem", "sizeof" ] |
tiling.f = open(path, "r") |
tiling.lang = "" |
tiling.path = os.path.join(directory, sys.argv[1]) |