/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | libtiff-CVE-2017-9935.patch | 13 transfer function, we allocate either 2 or 4 bytes to the XREF buffer. 14 We allocate this memory after we read in the transfer function for the 18 we allocate 2 extra extra XREF entries. Then for the next page 2 more 20 allocate 4 more entries.
|
A D | libtiff-CVE-2017-11613.patch | 29 + /* If we are going to allocate a lot of memory, make sure that the */
|
A D | libtiff-CVE-2018-7456.patch | 141 + TIFFErrorExt(tif->tif_clientdata, module, "Failed to allocate memory for "
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/iostream/ |
A D | zfstream.cpp | 144 if ( (allocate()) == EOF ) in underflow() 179 if ( allocate() == EOF ) in overflow()
|
/AliOS-Things-master/components/cjson/src/ |
A D | cJSON.c | 122 void *(CJSON_CDECL *allocate)(size_t size); 160 copy = (unsigned char*)hooks->allocate(length); in cJSON_strdup() 175 global_hooks.allocate = malloc; in cJSON_InitHooks() 181 global_hooks.allocate = malloc; in cJSON_InitHooks() 184 global_hooks.allocate = hooks->malloc_fn; in cJSON_InitHooks() 204 cJSON* node = (cJSON*)hooks->allocate(sizeof(cJSON)); in cJSON_New_Item() 439 newbuffer = (unsigned char*)p->hooks.allocate(newsize); in ensure() 1096 buffer->buffer = (unsigned char*) hooks->allocate(default_buffer_size); in print() 1123 printed = (unsigned char*) hooks->allocate(buffer->offset + 1); in print() 1171 p.buffer = (unsigned char*)global_hooks.allocate((size_t)prebuffer); in cJSON_PrintBuffered() [all …]
|
/AliOS-Things-master/components/jsoncpp/include/json/ |
A D | allocator.h | 29 pointer allocate(size_type n) { in allocate() function
|
A D | value.h | 264 CZString(char const* str, unsigned length, DuplicationPolicy allocate);
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_cjson.c | 925 void *(*allocate)(uint32_t size); member 963 global_hooks.allocate = hooks->malloc_fn; in lite_cjson_init_hooks() 1019 newbuffer = (unsigned char *)p->hooks.allocate(newsize); in ensure() 1520 buffer->buffer = (unsigned char *)hooks->allocate(default_buffer_size); in print() 1543 printed = (unsigned char *)hooks->allocate(buffer->offset + 1); in print() 1648 copy = (unsigned char *)hooks->allocate(length); in cJSON_strdup() 1701 (lite_cjson_item_t *)hooks->allocate(sizeof(lite_cjson_item_t)); in cJSON_New_Item()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/lib/ |
A D | release_note.txt | 68 2. Add size check with allocate memory.
|
/AliOS-Things-master/components/SDL2/src/ |
A D | SDL_assert.c | 246 return allocate(intArrayFromString(reply), 'i8', ALLOC_NORMAL); in SDL_PromptAssertion()
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/settings/ |
A D | Kconfig | 91 Number of areas to allocate in the settings FCB. A smaller number is
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/ |
A D | flatbuffers.h | 604 virtual uint8_t *allocate(size_t size) = 0; 618 uint8_t *new_p = allocate(new_size); 642 uint8_t *allocate(size_t size) FLATBUFFERS_OVERRIDE { 656 return allocator ? allocator->allocate(size) 657 : DefaultAllocator().allocate(size);
|
/AliOS-Things-master/components/jsoncpp/src/lib_json/ |
A D | json_value.cpp | 239 DuplicationPolicy allocate) in CZString() argument 242 storage_.policy_ = allocate & 0x3; in CZString()
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | configure.ac | 334 [Maximum data space library will allocate.])
|
A D | libjpeg.txt | 361 a compression cycle. This will initialize internal state, allocate working 613 begin decompression. This will initialize internal state, allocate working 642 Typically you will need to allocate data buffers to hold the incoming image. 646 Note: if you are using the JPEG library's internal memory manager to allocate 1048 JPEG sample tables by jpeg_set_defaults(). If you need to allocate 1070 to use that routine, it's up to you to allocate the array. 1246 JPEG library's memory manager to allocate output buffer space, because you 2684 allocate space for them, but the total scanline count includes them. The 2743 allocate virtual arrays from the JPEG compression object and fill them 2811 it thereafter. So if you allocate dynamic storage for the progress struct, [all …]
|
A D | structure.txt | 212 a commonly known struct. But a module's initialization code can allocate 601 where malloc() cannot allocate chunks larger than 64K. 800 to do this in a reasonably optimal fashion, the manager needs to allocate all 823 infinite, thus causing realize_virt_arrays to decide that it can allocate all
|
A D | install.txt | 278 allocate. Code and static data space isn't counted, so the actual memory 770 C library's far-heap malloc() can't allocate blocks that large, reduce 920 routines to allocate far memory. In any case, you might like to replace
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | zconf.h.cmakein | 193 * Compile with -DMAXSEG_64K if the alloc function cannot allocate more
|
A D | zconf.h.in | 191 * Compile with -DMAXSEG_64K if the alloc function cannot allocate more
|
A D | ChangeLog | 125 - Fix bug in gzclose_w() when gzwrite() fails to allocate memory 988 - Does not allocate 32K window unless and until needed 1195 - allocate extra buffer for seeks only if gzseek is actually called 1486 - don't allocate big arrays in the stack (for MSDOS)
|
/AliOS-Things-master/components/oss/src/external/json/ |
A D | json.h | 695 CZString(char const* str, unsigned length, DuplicationPolicy allocate);
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | libpng-manual.txt | 369 allocate the structures. We also pass the library version, optional 1205 be sure that your platform is able to allocate such a large buffer: 1222 If you don't allocate row_pointers ahead of time, png_read_png() will 2175 After you call png_read_update_info(), you can allocate any 2183 Be sure that your platform can allocate the buffer that you'll need. 2491 or png_calloc() to allocate it. 3764 or png_calloc() to allocate it. 4005 allocate the required memory. 4051 you don't want to allocate a color-map in this case. 4465 currently does not allocate the filter buffers until png_write_row() [all …]
|
A D | INSTALL | 203 it cannot allocate more than 64K at a time. Even if you can, the memory
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/ |
A D | pngfix.c | 3548 allocate(struct file *file, int allocate_idat) in allocate() function 3573 allocate); in control_init()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/ |
A D | test_helpers.cc | 44 uint8_t* allocate(size_t size) override { in allocate() function in tflite::testing::__anonf36955b40111::StackAllocator
|