Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-defs.h79 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) { \
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-driver.c33 int g_malloc_cnt = 0; variable
269 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()