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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index.cc53 #define CALLOC_LIMIT 536870911 macro
155 if (table_size > CALLOC_LIMIT) {
H A Ddb_table.cc91 #define CALLOC_LIMIT 536870911 macro
441 if (table_size > CALLOC_LIMIT) {
H A Ddb_dictionary.cc381 #define CALLOC_LIMIT 536870911 macro
419 if (new_size > CALLOC_LIMIT) {

Completed in 54 milliseconds