![]() |
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.*\((.+)\)" |
| str tiling.alloc_regex = r"([a-zA-Z0-9_\->\.\[\]]+) = (dt_|c|m)alloc.*\((.+)\)" |
| list tiling.excluded_keywords = [ "float", "size_t", "int", "uint", "uint8_t", "uint16_t", "cl_mem", "sizeof" ] |