Searched refs:allocate_size (Results 1 - 3 of 3) sorted by relevance

/external/jpeg/
H A Djdcoefct.c403 size_t allocate_size = coef->MCU_rows_per_iMCU_row local
407 (huffman_offset_data*)malloc(allocate_size);
408 index->mem_used += allocate_size;
472 size_t allocate_size = coef->MCU_rows_per_iMCU_row local
475 (huffman_offset_data*)malloc(allocate_size);
476 index->mem_used += allocate_size;
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh422 inline Type *allocate_size (unsigned int size) function in struct:OT::hb_serialize_context_t
437 return this->allocate_size<Type> (Type::min_size);
451 Type *ret = this->allocate_size<Type> (size);
462 if (unlikely (!this->allocate_size<Type> (((char *) &obj) + size - this->head))) return NULL;
471 if (unlikely (!this->allocate_size<Type> (((char *) &obj) + size - this->head))) return NULL;
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c1259 const size_t allocate_size = size + (MALLOC_GUARD_SIZE * 2) + local
1261 char* const block = (char*)malloc(allocate_size);
1276 block_info->allocated_size = allocate_size;

Completed in 166 milliseconds