Searched refs:g_malloc_cnt (Results 1 – 4 of 4) sorted by relevance
84 extern int g_malloc_cnt;89 for (index_mem_chk=0; index_mem_chk < g_malloc_cnt; index_mem_chk++) { \94 if (index_mem_chk == g_malloc_cnt) { \95 g_malloc_cnt++; \96 if (g_malloc_cnt >= XGE_OS_MALLOC_CNT_MAX) { \
40 u32 g_malloc_cnt; variable109 vxge_os_printf("OSPAL: max g_malloc_cnt %d\n", g_malloc_cnt); in vxge_hal_driver_terminate()110 for (i = 0; i < g_malloc_cnt; i++) { in vxge_hal_driver_terminate()
38 int g_malloc_cnt = 0; variable272 xge_os_printf("OSPAL: max g_malloc_cnt %d", g_malloc_cnt); in xge_hal_driver_terminate()273 for (i=0; i<g_malloc_cnt; i++) { in xge_hal_driver_terminate()
322 extern u32 g_malloc_cnt;328 for (i = 0; i < g_malloc_cnt; i++) { \332 if (i == g_malloc_cnt) { \333 g_malloc_cnt++; \334 if (g_malloc_cnt >= VXGE_OS_MALLOC_CNT_MAX) { \