Searched refs:allocate_size (Results 1 – 4 of 4) sorted by relevance
442 inline Type *allocate_size (unsigned int size) in allocate_size() function457 return this->allocate_size<Type> (Type::min_size); in allocate_min()471 Type *ret = this->allocate_size<Type> (size); in embed()482 if (unlikely (!this->allocate_size<Type> (((char *) &obj) + size - this->head))) return NULL; in extend_min()491 if (unlikely (!this->allocate_size<Type> (((char *) &obj) + size - this->head))) return NULL; in extend()
77 int allocate_size);
133 int allocate_size) in _dbus_string_init_preallocated() argument149 real->str = dbus_malloc (_DBUS_STRING_ALLOCATION_PADDING + allocate_size); in _dbus_string_init_preallocated()153 real->allocated = _DBUS_STRING_ALLOCATION_PADDING + allocate_size; in _dbus_string_init_preallocated()
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()