Searched refs:g_malloc_cnt (Results 1 – 2 of 2) sorted by relevance
79 extern int g_malloc_cnt;84 for (index_mem_chk=0; index_mem_chk < g_malloc_cnt; index_mem_chk++) { \89 if (index_mem_chk == g_malloc_cnt) { \90 g_malloc_cnt++; \91 if (g_malloc_cnt >= XGE_OS_MALLOC_CNT_MAX) { \
33 int g_malloc_cnt = 0; variable269 xge_os_printf("OSPAL: max g_malloc_cnt %d", g_malloc_cnt); in xge_hal_driver_terminate()270 for (i=0; i<g_malloc_cnt; i++) { in xge_hal_driver_terminate()