Searched refs:framelist (Results 1 – 1 of 1) sorted by relevance
855 const framelist = backtrace_symbols( callstack.ptr, numframes ); in opApply() local856 scope(exit) free(cast(void*) framelist); in opApply()863 … (i) { auto str = framelist[i][0 .. strlen(framelist[i])]; return getMangledSymbolName(str); }, in opApply()872 auto buf = framelist[pos][0 .. strlen(framelist[pos])]; in opApply()