HomeSort by: relevance | last modified time | path
    Searched defs:__max_depth (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/profile/impl/
profiler_node.h 54 std::size_t __max_depth = __stack_max_depth(); local
55 if (__max_depth == 0)
57 __stack_npt __buffer(__max_depth);
58 int __depth = backtrace(&__buffer[0], __max_depth);

Completed in 67 milliseconds