OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MEMLIMIT
(Results
1 - 4
of
4
) sorted by null
/external/squashfs-tools/squashfs-tools/
xz_wrapper.h
46
#define
MEMLIMIT
(32 * 1024 * 1024)
lzma_xz_wrapper.c
36
#define
MEMLIMIT
(32 * 1024 * 1024)
106
res = lzma_alone_decoder(&strm,
MEMLIMIT
);
xz_wrapper.c
492
uint64_t
memlimit
=
MEMLIMIT
;
local
494
lzma_ret res = lzma_stream_buffer_decode(&
memlimit
, 0, NULL,
/bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c
214
#define
MEMLIMIT
0x8000000
1249
if (MEMSIZE(p) >
MEMLIMIT
)
[
all
...]
Completed in 770 milliseconds