View | Details | Raw Unified | Return to bug 200937 | Differences between
and this patch

Collapse All | Expand All

(-)mono/utils/w32handle.c (-1 / +1 lines)
Lines 51-57 Link Here
51
51
52
#undef DEBUG_REFS
52
#undef DEBUG_REFS
53
53
54
#define SLOT_MAX		(1024 * 16)
54
#define SLOT_MAX		(1024 * 32)
55
55
56
/* must be a power of 2 */
56
/* must be a power of 2 */
57
#define HANDLE_PER_SLOT	(256)
57
#define HANDLE_PER_SLOT	(256)

Return to bug 200937