Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dmemcache.c64 #define MEMCACHE_DEF_SIZE 131072 /* 128K bytes */ macro
276 size = (size ? size : MEMCACHE_DEF_SIZE); in ldap_memcache_init()