Searched refs:allocate_size (Results 1 – 2 of 2) sorted by relevance
427 inline Type *allocate_size (unsigned int size) in allocate_size() function442 return this->allocate_size<Type> (Type::min_size); in allocate_min()456 Type *ret = this->allocate_size<Type> (size); in embed()467 if (unlikely (!this->allocate_size<Type> (((char *) &obj) + size - this->head))) return nullptr; in extend_min()476 if (unlikely (!this->allocate_size<Type> (((char *) &obj) + size - this->head))) return nullptr; in extend()
1259 const size_t allocate_size = size + (MALLOC_GUARD_SIZE * 2) + in _test_malloc() local1261 char* const block = (char*)malloc(allocate_size); in _test_malloc()1276 block_info->allocated_size = allocate_size; in _test_malloc()