Searched defs:allocate_mem (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.c217 int allocate_mem = !mem; /* True if mem should be internally allocated */ local
229 if(allocate_mem) {
240 if(allocate_mem)
250 hash->internal_mem = allocate_mem;

Completed in 80 milliseconds