HomeSort by relevance Sort by last modified time
    Searched refs:initial_size_ (Results 1 - 7 of 7) sorted by null

  /external/v4l2_codec2/vda/
bit_reader.h 43 return initial_size_ * 8 - bits_read();
55 const int initial_size_; member in class:media::BitReader
bit_reader.cc 11 : initial_size_(size),
  /art/runtime/gc/space/
malloc_space.cc 50 starting_size_(starting_size), initial_size_(initial_size) {
200 void* allocator = CreateAllocator(End(), starting_size_, initial_size_, capacity,
204 if (capacity > initial_size_) {
205 CheckedCall(mprotect, alloc_space_name, end, capacity - initial_size_, PROT_NONE);
dlmalloc_space.cc 161 mem_map, initial_size_, name, allocator, begin, end, limit, growth_limit,
164 return new DlMallocSpace(mem_map, initial_size_, name, allocator, begin, end, limit,
286 mspace_ = CreateMspace(mem_map_->Begin(), starting_size_, initial_size_);
rosalloc_space.cc 184 mem_map, initial_size_, name, reinterpret_cast<allocator::RosAlloc*>(allocator), begin, end,
187 return new RosAllocSpace(mem_map, initial_size_, name,
367 rosalloc_ = CreateRosAlloc(mem_map_->Begin(), starting_size_, initial_size_,
malloc_space.h 185 const size_t initial_size_; member in class:art::gc::space::MallocSpace
  /external/flatbuffers/include/flatbuffers/
flatbuffers.h 512 own_allocator_(own_allocator), initial_size_(initial_size), reserved_(0),
560 return (bytes == 0) ? initial_size_
631 size_t initial_size_; member in namespace:flatbuffers
    [all...]

Completed in 87 milliseconds