Searched refs:allocated_length (Results 1 - 4 of 4) sorted by relevance

/external/toybox/toys/pending/
H A Dfmt.c33 size_t allocated_length = 0; local
36 while ((line_length = getline(&line, &allocated_length, fp)) > 0) {
/external/ImageMagick/coders/
H A Dpng.c7716 allocated_length,
7737 allocated_length=(png_uint_32) (length*2 + (length >> 5) + 20
7741 (png_alloc_size_t) allocated_length);
7744 text[0].text=(png_charp) png_malloc(ping, (png_size_t) allocated_length);
7755 allocated_length);
7758 (void) FormatLocaleString(dp,allocated_length-
7777 if (text[0].text_length <= allocated_length)
7706 allocated_length, local
/external/v8/src/
H A Dobjects.cc19246 bool is_external, void* data, size_t allocated_length,
19259 isolate->factory()->NewNumberFromSize(allocated_length);
19276 size_t allocated_length,
19282 if (allocated_length != 0) {
19284 data = isolate->array_buffer_allocator()->Allocate(allocated_length);
19287 allocated_length);
19294 JSArrayBuffer::Setup(array_buffer, isolate, false, data, allocated_length,
19245 Setup(Handle<JSArrayBuffer> array_buffer, Isolate* isolate, bool is_external, void* data, size_t allocated_length, SharedFlag shared) argument
19274 SetupAllocatingData(Handle<JSArrayBuffer> array_buffer, Isolate* isolate, size_t allocated_length, bool initialize, SharedFlag shared) argument
H A Dobjects.h10711 void* data, size_t allocated_length,
10718 size_t allocated_length, bool initialize = true,

Completed in 248 milliseconds