Searched refs:needed (Results 1 – 25 of 38) sorted by relevance
12
187 size_t needed = bytes + slop; in AllocateAligned() local189 if (needed <= alloc_bytes_remaining_) { in AllocateAligned()191 aligned_alloc_ptr_ += needed; in AllocateAligned()192 alloc_bytes_remaining_ -= needed; in AllocateAligned()
5 # The set of languages for which implicit dependencies are needed:9 # The set of dependency files which are needed:
139 …CompilerABI.cpp.o -lc++ -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s…217 arg [--as-needed] ==> ignore219 arg [--no-as-needed] ==> ignore222 arg [--as-needed] ==> ignore224 arg [--no-as-needed] ==> ignore291 …6.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s…349 …6.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s…364 arg [--as-needed] ==> ignore366 arg [--no-as-needed] ==> ignore369 arg [--as-needed] ==> ignore[all …]
175 size_t needed = usize + ts_sz + 13; // A conservative estimate in LookupKey() local177 if (needed <= sizeof(space_)) { in LookupKey()180 dst = new char[needed]; in LookupKey()
1 This directory contains the hdfs extensions needed to make rocksdb store9 The env_hdfs.h file defines the rocksdb objects that are needed to talk to an
10 …conversion utility found in rocksdb/utilities/leveldb_options.h. What is needed, is to first repla…112 …ocksDB from LevelDB and allows us to break down the various options across classes as it is needed.
26 To meet our requirements, given that only hash prefix iterating is needed, we made two decisions:35 1. Since our file is immutable, we can accurately estimate the number of hash buckets needed.