Searched defs:XGE_OS_MALLOC_CNT_MAX (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-defs.h77 #define XGE_OS_MALLOC_CNT_MAX 64*1024 macro
78 extern xge_os_malloc_t g_malloc_arr[XGE_OS_MALLOC_CNT_MAX];
91 if (g_malloc_cnt >= XGE_OS_MALLOC_CNT_MAX) { \
93 XGE_OS_MALLOC_CNT_MAX); \
108 for (index_mem_chk=0; index<XGE_OS_MALLOC_CNT_MAX; index++) { \
124 if (index_mem_chk == XGE_OS_MALLOC_CNT_MAX) { \

Completed in 74 milliseconds