Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 25 of 41) sorted by relevance

12

/AliOS-Things-master/components/freetype/src/cff/
A Dcf2arrst.c67 arrstack->allocated = 0; in cf2_arrstack_init()
83 arrstack->allocated = 0; in cf2_arrstack_finalize()
115 arrstack->allocated = numElements; in cf2_arrstack_setNumElements()
145 if ( numElements > arrstack->allocated ) in cf2_arrstack_setCount()
217 if ( arrstack->count == arrstack->allocated ) in cf2_arrstack_push()
221 arrstack, arrstack->allocated + arrstack->chunk ) ) in cf2_arrstack_push()
A Dcf2arrst.h57 size_t allocated; /* items allocated */ member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_psnr_enc.c136 uint8_t* allocated = NULL; in WebPPlaneDistortion() local
151 allocated = in WebPPlaneDistortion()
152 (uint8_t*)WebPSafeMalloc(2ULL * width * height, sizeof(*allocated)); in WebPPlaneDistortion()
153 if (allocated == NULL) return 0; in WebPPlaneDistortion()
154 tmp1 = allocated; in WebPPlaneDistortion()
166 WebPSafeFree(allocated); in WebPPlaneDistortion()
/AliOS-Things-master/components/a2sa/include/
A Dsound_pcm.h154 unsigned int allocated; member
/AliOS-Things-master/components/freetype/src/type42/
A Dt42parse.c531 FT_Bool allocated = 0; in t42_parse_sfnts() local
586 allocated = 1; in t42_parse_sfnts()
596 if ( allocated ) in t42_parse_sfnts()
725 if ( allocated ) in t42_parse_sfnts()
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A DKconfig55 generated when a buffer cannot immediately be allocated with K_FOREVER
/AliOS-Things-master/components/ota/2ndboot/updater/xz/linux/lib/xz/
A Dxz_dec_lzma2.c87 uint32_t allocated; member
1125 s->dict.allocated = 0; in xz_dec_lzma2_create()
1146 if (s->dict.allocated < s->dict.size) { in xz_dec_lzma2_reset()
1150 s->dict.allocated = 0; in xz_dec_lzma2_reset()
/AliOS-Things-master/components/ota/tools/xz/src/
A Dxz_dec_lzma2.c87 uint32_t allocated; member
1125 s->dict.allocated = 0; in xz_dec_lzma2_create()
1146 if (s->dict.allocated < s->dict.size) { in xz_dec_lzma2_reset()
1150 s->dict.allocated = 0; in xz_dec_lzma2_reset()
/AliOS-Things-master/components/littlevgl/docs/
A DCODING_STYLE.md62 * Set a new text for a label. Memory will be allocated to store the text by the label.
/AliOS-Things-master/components/SDL2/docs/
A DREADME-touch.md69 …ranteed to be persistent for the duration of a touch, but it will be de-allocated as soon as the f…
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME615 // allocated picture of dimension width x height
657 pre-allocated buffer.
705 Lastly, note that decoding can also be performed into a pre-allocated pixel
770 // G) Reclaim memory allocated in config's object. It's safe to call
771 // this function even if the memory is external and wasn't allocated
A DNEWS101 WebPFree() (free'ing webp allocated memory in other languages)
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/
A DFreeRTOS.h71 …g.h. configMINIMAL_STACK_SIZE defines the size (in words) of the stack allocated to the idle task…
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djconfig.txt77 * "far" pointers and to be allocated with a special version of malloc.)
A Dstructure.txt209 module-specific object structs be separately allocated entities, which will
595 * Code using the data structure doesn't need to know the allocated width of
602 * The rows forming a component array may be allocated at different times
665 (implying that the pointer lists are allocated in the DS segment).
746 In all cases, allocated objects are tied to a particular compression or
814 allocated during initial setup.
818 Small objects of any lifespan may be allocated at any time. We expect that
908 In cases where image-size data structures are allocated, this approach will
A Dlibjpeg.txt253 a bunch of subsidiary structures which are allocated via malloc(), but the
256 whole JPEG compression sequence. Otherwise it can be static or allocated
474 If you allocated the jpeg_compress_struct structure from malloc(), freeing
1069 comp_info[] array is allocated by jpeg_set_defaults(); if you choose not
2113 can cause more memory to be allocated by the library. Although the amount
2861 Some data is allocated "permanently" and will not be freed until the JPEG
2862 object is destroyed. Most data is allocated "per image" and is freed by
2894 that space allocated with alloc_small() is ignored, on the assumption that
2933 This does not count any memory allocated by the application, such as a
3087 There is also about 5Kb-6Kb of constant data which will be allocated in the
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt2204 After you've allocated memory, you can read the image data.
2442 point to libpng-allocated storage with the following function:
2460 already been freed, or has not yet been allocated, or was allocated
2482 This function only affects data that has already been allocated.
2488 responsibility for libpng-allocated data, the application must use
2748 Next, png_struct and png_info need to be allocated and initialized.
3696 point to libpng-allocated storage with the following function:
3714 already been freed, or has not yet been allocated, or was allocated
3757 This function only affects data that has already been allocated.
3760 When the user assumes responsibility for libpng-allocated data, the
[all …]
/AliOS-Things-master/components/jsoncpp/include/json/
A Dvalue.h601 void initBasic(ValueType type, bool allocated = false);
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi844 (so they don't need to free them) and return a newly allocated (=live)
887 The Class ID are globally allocated (i.e. for all runtimes). The
888 JSClass are allocated per @code{JSRuntime}. @code{JS_SetClassProto()}
1011 deterministically. A separate cycle removal pass is done when the allocated
/AliOS-Things-master/components/jsoncpp/src/lib_json/
A Djson_value.cpp967 void Value::initBasic(ValueType type, bool allocated) { in initBasic() argument
969 setIsAllocated(allocated); in initBasic()
/AliOS-Things-master/components/oss/src/external/json/
A Djson.h1063 void initBasic(ValueType type, bool allocated = false);
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog19 * tools/tiff2bw.c (main): Free memory allocated in the tiff2bw
997 allocated with just one), thus causing a out of bound read access.
1070 in heap or stack allocated buffers. Reported as MSVR 35093,
1078 in heap allocated buffers. Reported as MSVR 35094. Discovered by
1139 * tools/tiff2rgba.c: Fix integer overflow in size of allocated
1147 * tools/tiffcrop.c: Avoid access outside of stack allocated array
2914 string buffers instead of dynamically allocated, use strncpy() instead
3335 * libtiff/tif_dirread.c: Improve allocation safety when allocated
5704 * libtiff/tif_getimage.c: Check for allocated buffers before clearing
6711 * libtiff/tif_lzw.c: fixed so that decoder state isn't allocated till
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DFAQ304 calloc(), which zeros out the allocated memory. Even though the code was
/AliOS-Things-master/components/SDL2/src/image/external/
A Djpeg-9b.patch122 + * "far" pointers and to be allocated with a special version of malloc.)
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dconfig.h.bak1153 * function for 'debug output' of allocated memory.
1164 * Include backtrace information with each allocated block.
3154 * Maximum number of heap-allocated bytes for the purpose of

Completed in 70 milliseconds

12