Searched refs:maxalloc (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dplarena.c316 if (nb > pool->stats.maxalloc)
317 pool->stats.maxalloc = nb;
334 if (size > pool->stats.maxalloc)
335 pool->stats.maxalloc = size;
378 fprintf(fp, " maximum allocation size: %u\n", stats->maxalloc);
H A Dplarena.h74 PRUint32 maxalloc; /* maximum allocation size in bytes */ member in struct:PLArenaStats
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dplarena.c316 if (nb > pool->stats.maxalloc)
317 pool->stats.maxalloc = nb;
334 if (size > pool->stats.maxalloc)
335 pool->stats.maxalloc = size;
378 fprintf(fp, " maximum allocation size: %u\n", stats->maxalloc);
H A Dplarena.h74 PRUint32 maxalloc; /* maximum allocation size in bytes */ member in struct:PLArenaStats
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dplarena.c316 if (nb > pool->stats.maxalloc)
317 pool->stats.maxalloc = nb;
334 if (size > pool->stats.maxalloc)
335 pool->stats.maxalloc = size;
378 fprintf(fp, " maximum allocation size: %u\n", stats->maxalloc);
H A Dplarena.h74 PRUint32 maxalloc; /* maximum allocation size in bytes */ member in struct:PLArenaStats
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dplarena.c316 if (nb > pool->stats.maxalloc)
317 pool->stats.maxalloc = nb;
334 if (size > pool->stats.maxalloc)
335 pool->stats.maxalloc = size;
378 fprintf(fp, " maximum allocation size: %u\n", stats->maxalloc);
H A Dplarena.h74 PRUint32 maxalloc; /* maximum allocation size in bytes */ member in struct:PLArenaStats
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dmem.c185 unsigned int maxalloc; /*%< max number of items allowed */ member in struct:isc__mempool
1466 ISC_MSG_POOLMAXALLOC, "maxalloc"),
1481 pool->name, (unsigned long) pool->size, pool->maxalloc,
1851 mpctx->maxalloc = UINT_MAX;
1986 if (mpctx->allocated >= mpctx->maxalloc) {
2172 mpctx->maxalloc = limit;
2181 unsigned int maxalloc; local
2188 maxalloc = mpctx->maxalloc;
2193 return (maxalloc);
[all...]
/macosx-10.10/ntp-92/lib/isc/
H A Dmem.c181 unsigned int maxalloc; /*%< max number of items allowed */ member in struct:isc_mempool
1271 ISC_MSG_POOLMAXALLOC, "maxalloc"),
1286 pool->name, (unsigned long) pool->size, pool->maxalloc,
1611 mpctx->maxalloc = UINT_MAX;
1739 if (mpctx->allocated >= mpctx->maxalloc) {
1918 mpctx->maxalloc = limit;
1926 unsigned int maxalloc; local
1933 maxalloc = mpctx->maxalloc;
1938 return (maxalloc);
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace_glue.c978 int maxalloc, uint_t flags)
980 #pragma unused(name,nthreads,pri,minalloc,maxalloc,flags)
977 taskq_create(const char *name, int nthreads, pri_t pri, int minalloc, int maxalloc, uint_t flags) argument

Completed in 144 milliseconds