Searched refs:allocated (Results 1 – 5 of 5) sorted by relevance
24 bool CheckMemoryAllocated(size_t allocated, size_t expected) { in CheckMemoryAllocated() argument29 return allocated >= expected && allocated <= max_expected; in CheckMemoryAllocated()138 std::vector<std::pair<size_t, char*>> allocated; in SimpleTest() local168 allocated.push_back(std::make_pair(s, r)); in SimpleTest()174 for (unsigned int i = 0; i < allocated.size(); i++) { in SimpleTest()175 size_t num_bytes = allocated[i].first; in SimpleTest()176 const char* p = allocated[i].second; in SimpleTest()
160 char* allocated = arena_->AllocateAligned( in FillIndexes() local163 auto temp_ptr = EncodeVarint32(allocated, index_size_); in FillIndexes()204 return Slice(allocated, GetTotalSize()); in FillIndexes()
43 … pre-allocated as members of the autovector class. When an autovector is used as a stack variable,…
73 …e of `fallocate` although some differences remain. For example, the pre-allocated space is not fil…
1298 bool allocated = false; variable1301 allocated = true;1306 if (allocated) {