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

  /external/jpeg/
jdcoefct.c 390 size_t allocate_size = coef->MCU_rows_per_iMCU_row local
394 (huffman_offset_data*)malloc(allocate_size);
395 index->mem_used += allocate_size;
459 size_t allocate_size = coef->MCU_rows_per_iMCU_row local
462 (huffman_offset_data*)malloc(allocate_size);
463 index->mem_used += allocate_size;
    [all...]
  /external/dbus/dbus/
dbus-string.h 72 int allocate_size);
dbus-string.c 126 * @param allocate_size amount to preallocate
131 int allocate_size)
147 real->str = dbus_malloc (_DBUS_STRING_ALLOCATION_PADDING + allocate_size);
151 real->allocated = _DBUS_STRING_ALLOCATION_PADDING + allocate_size;
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 161 milliseconds