Searched defs:max_mem (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | compile.cc | 1090 void Compiler::Setup(Regexp::ParseFlags flags, int64_t max_mem, in Setup() 1125 Prog* Compiler::Compile(Regexp* re, bool reversed, int64_t max_mem) { in Compile() 1220 Prog* Regexp::CompileToProg(int64_t max_mem) { in CompileToProg() 1224 Prog* Regexp::CompileToReverseProg(int64_t max_mem) { in CompileToReverseProg() 1233 Prog* Compiler::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet() 1275 Prog* Prog::CompileSet(Regexp* re, RE2::Anchor anchor, int64_t max_mem) { in CompileSet()
|
D | re2.h | 653 int64_t max_mem() const { return max_mem_; } in max_mem() function
|
D | dfa.cc | 423 DFA::DFA(Prog* prog, Prog::MatchKind kind, int64_t max_mem) in DFA()
|
/external/boringssl/src/crypto/evp/ |
D | scrypt_test.cc | 43 uint64_t N, r, p, max_mem = 0; in TEST() local
|
D | scrypt.c | 145 uint64_t p, size_t max_mem, uint8_t *out_key, in EVP_PBE_scrypt()
|
/external/cronet/third_party/boringssl/src/crypto/evp/ |
D | scrypt_test.cc | 43 uint64_t N, r, p, max_mem = 0; in TEST() local
|
D | scrypt.c | 145 uint64_t p, size_t max_mem, uint8_t *out_key, in EVP_PBE_scrypt()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/ |
D | scrypt_test.cc | 43 uint64_t N, r, p, max_mem = 0; in TEST() local
|
D | scrypt.c | 148 uint64_t p, size_t max_mem, uint8_t *out_key, in EVP_PBE_scrypt()
|
/external/AFLplusplus/utils/libdislocator/ |
D | libdislocator.so.c | 152 static size_t max_mem = MAX_ALLOC; /* Max heap usage to permit */ variable
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_bfc_allocator_test.cc | 269 const int32_t max_mem = 1 << 27; in TEST_P() local
|