Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnisdb/
H A Ddb_index.cc53 #define CALLOC_LIMIT 536870911 macro
155 if (table_size > CALLOC_LIMIT) { in grow()
H A Ddb_table.cc89 #define CALLOC_LIMIT 536870911 macro
439 if (table_size > CALLOC_LIMIT) { in grow()
H A Ddb_dictionary.cc381 #define CALLOC_LIMIT 536870911 macro
419 if (new_size > CALLOC_LIMIT) { in grow_dictionary()