Home
last modified time | relevance | path

Searched refs:tracemalloc_error (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_tracemalloc.c154 tracemalloc_error(const char *format, ...) in tracemalloc_error() function
364 tracemalloc_error("failed to get the code object of the frame"); in tracemalloc_get_frame()
371 tracemalloc_error("failed to get the filename of the code object"); in tracemalloc_get_frame()
383 tracemalloc_error("filename is not a unicode string"); in tracemalloc_get_frame()
391 tracemalloc_error("filename is not a ready unicode string"); in tracemalloc_get_frame()
408 tracemalloc_error("failed to intern the filename"); in tracemalloc_get_frame()
453 tracemalloc_error("failed to get the current thread state"); in traceback_get_frames()
498 tracemalloc_error("failed to intern the traceback: malloc failed"); in traceback_new()
507 tracemalloc_error("failed to intern the traceback: putdata failed"); in traceback_new()