OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocate_size
(Results
1 - 6
of
6
) sorted by null
/external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/
Android.mk
27
test_name := utilities/allocator.adaptor/allocator.adaptor.members/
allocate_size
28
test_src :=
allocate_size
.pass.cpp
/external/jpeg/
jdcoefct.c
403
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
;
[
all
...]
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh
419
inline Type *
allocate_size
(unsigned int size)
function in struct:OT::hb_serialize_context_t
434
return this->
allocate_size
<Type> (Type::min_size);
448
Type *ret = this->
allocate_size
<Type> (size);
459
if (unlikely (!this->
allocate_size
<Type> (((char *) &obj) + size - this->head))) return NULL;
468
if (unlikely (!this->
allocate_size
<Type> (((char *) &obj) + size - this->head))) return NULL;
/external/harfbuzz_ng/src/
hb-open-type-private.hh
419
inline Type *
allocate_size
(unsigned int size)
function in struct:OT::hb_serialize_context_t
434
return this->
allocate_size
<Type> (Type::min_size);
448
Type *ret = this->
allocate_size
<Type> (size);
459
if (unlikely (!this->
allocate_size
<Type> (((char *) &obj) + size - this->head))) return NULL;
468
if (unlikely (!this->
allocate_size
<Type> (((char *) &obj) + size - this->head))) return NULL;
/external/cmockery/cmockery_0_1_2/src/
cmockery.c
1259
const size_t
allocate_size
= size + (MALLOC_GUARD_SIZE * 2) +
local
[
all
...]
/external/chromium_org/v8/test/mjsunit/
unicode-test.js
[
all
...]
Completed in 749 milliseconds