OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:poolSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstdmt_compress.c
146
size_t const
poolSize
= sizeof(*bufPool);
155
return
poolSize
+ arraySize + totalBufferSize;
422
size_t const
poolSize
= sizeof(*cctxPool);
431
return
poolSize
+ arraySize + totalCCtxSize;
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
parallelism.d
4623
foreach (
poolSize
; [0, 4])
4626
poolInstance = new TaskPool(
poolSize
);
4713
foreach (
poolSize
; [0, 4])
4715
poolInstance = new TaskPool(
poolSize
);
Completed in 19 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026