Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_malloc.c728 #define MALLOC_LOG_FRAMES 10 macro
837 Tcl_Obj *apElem[MALLOC_LOG_FRAMES+2]; in test_memdebug_log()
844 for(ii=0; ii<MALLOC_LOG_FRAMES; ii++){ in test_memdebug_log()
849 Tcl_NewListObj(MALLOC_LOG_FRAMES+2, apElem) in test_memdebug_log()