OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mem_limit
(Results
1 - 2
of
2
) sorted by null
/external/zlib/src/test/
infcover.c
36
mem_limit
(&strm, limit) sets a limit on the total bytes requested -- a
176
local void
mem_limit
(z_stream *strm, size_t limit)
function
326
mem_limit
(&strm, 1);
329
mem_limit
(&strm, 0);
421
mem_limit
(&strm, 1);
424
mem_limit
(&strm, 0);
428
mem_limit
(&strm, (sizeof(struct inflate_state) << 1) + 256);
439
mem_limit
(&strm, 0);
/external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py
[
all
...]
Completed in 40 milliseconds