Home
last modified time | relevance | path

Searched refs:CALLOC_LIMIT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index.cc51 #define CALLOC_LIMIT 536870911 macro
153 if (table_size > CALLOC_LIMIT) { in grow()
H A Ddb_table.cc92 #define CALLOC_LIMIT 536870911 macro
442 if (table_size > CALLOC_LIMIT) { in grow()
H A Ddb_dictionary.cc382 #define CALLOC_LIMIT 536870911 macro
420 if (new_size > CALLOC_LIMIT) { in grow_dictionary()