Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_region.c116 F_SET(infop, REGION_CREATED | REGION_MALLOC);
478 if (F_ISSET(infop, REGION_PRIVATE) && !F_ISSET(infop, REGION_MALLOC))
517 if (F_ISSET(infop, REGION_MALLOC)) {
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h274 #define REGION_MALLOC 0x0020 /* Created in malloc'd memory. */ macro