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

  /external/harfbuzz_ng/src/
hb-open-type-private.hh 427 inline Type *allocate_size (unsigned int size) function in struct:OT::hb_serialize_context_t
442 return this->allocate_size<Type> (Type::min_size);
456 Type *ret = this->allocate_size<Type> (size);
467 if (unlikely (!this->allocate_size<Type> (((char *) &obj) + size - this->head))) return nullptr;
476 if (unlikely (!this->allocate_size<Type> (((char *) &obj) + size - this->head))) return nullptr;
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 1259 const size_t allocate_size = size + (MALLOC_GUARD_SIZE * 2) + local
    [all...]

Completed in 946 milliseconds