Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/
A Dmodel_builder.h123 std::unique_ptr<Allocation> allocation,
137 std::unique_ptr<Allocation> allocation,
161 const Allocation* allocation() const { return allocation_.get(); } in allocation() function
183 FlatBufferModel(std::unique_ptr<Allocation> allocation,
A Dinterpreter.h157 const char* buffer, size_t bytes, const Allocation* allocation = nullptr);
164 const Allocation* allocation = nullptr) {
167 allocation);
173 const char* buffer, size_t bytes, const Allocation* allocation = nullptr);
630 int tensor_index, const TfLiteCustomAllocation& allocation,
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/
A Drecording_micro_allocator.cc120 RecordedAllocation allocation = GetRecordedAllocation(allocation_type); in PrintRecordedAllocation() local
121 if (allocation.used_bytes > 0 || allocation.requested_bytes > 0) { in PrintRecordedAllocation()
126 allocation_name, allocation.used_bytes, allocation.requested_bytes, in PrintRecordedAllocation()
127 allocation.count, allocation_description); in PrintRecordedAllocation()
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A DKconfig50 int "Interval of Network buffer allocation warnings"
54 Interval in seconds of Network buffer allocation warnings which are
57 printed only once per allocation.
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dcommon.c162 const void* allocation, bool is_variable, in TfLiteTensorReset() argument
172 tensor->allocation = allocation; in TfLiteTensorReset()
A Dcommon.h419 const void* allocation; member
614 const void* allocation, bool is_variable,
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/delphi/
A Dreadme.txt27 - The allocation and deallocation functions and function types
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DNEWS166 and will perform auto-allocation.
187 * Security related hardening: allocation and size checks
A DREADME311 will balance the bit allocation differently. It tries to take bits from the
622 // WebPPictureImportRGB(), which will take care of memory allocation.
A DChangeLog105 dce5d764 Limit memory allocation when reading invalid Huffman codes.
234 aebf59ac Merge "WebPPictureAllocARGB: align argb allocation"
235 c184665e WebPPictureAllocARGB: align argb allocation
882 472a049b remove bin_map[] allocation altogether
1030 2b4fe33e Merge "fix multiple allocation for transform buffer"
1031 2f5e8986 fix multiple allocation for transform buffer
1241 ac7d5e8d fix memory over-allocation in lossless rescaler init
1730 35ad48b8 HistoHeapInit: correct positions allocation size
2007 2aa18736 instrument memory allocation routines for debugging
2625 9bf31293 align VP8Encoder::nz_ allocation
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/puff/
A DREADME42 does no memory allocation, and uses less than 2K bytes off of the stack.
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DFAQ155 provided memory allocation routines must also be thread-safe. zlib's gz*
157 library memory allocation routines by default. zlib's *Init* functions
158 allow for the application to provide custom memory allocation routines.
A DChangeLog81 - Fix memory allocation error in examples/zran.c [Nor]
258 - Have inflate() with Z_FINISH avoid the allocation of a window
460 - Catch memory allocation failure in gz_open()
1019 - Correct Turbo C memory allocation when under Linux
1039 - ZFREE was repeated on same allocation on some error conditions.
1346 - free in reverse order of allocation to help memory manager
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dstructure.txt654 Notice that the allocation unit is now a row of 8x8 coefficient blocks,
741 The JPEG library's memory manager controls allocation and deallocation of
764 substantially complicates the virtual memory allocation rules --- see below.)
773 * Pool allocation heuristics may differ for large and small objects.
801 of the virtual arrays at once. Therefore, there isn't a one-step allocation
804 determines space allocation and creates all of the actual buffers. The
A Dinstall.txt916 into jconfig.h to limit allocation chunks to 64Kb. (Without that, you'd
921 its calls to malloc and free with direct calls on Windows memory allocation
A Dlibjpeg.txt2856 All memory and temporary file allocation within the library is done via the
2858 manager to control allocation yourself (for example, if you don't want the
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog135 allocation when RowsPerStrip tag is missing.
256 excessive memory allocation on corrupted files.
326 excessive memory allocation.
462 allocation when RowsPerStrip tag is missing.
526 reasonable, so as to avoid excessive memory allocation.
1506 error on two memory allocation failures.
1928 calculating allocation buffer sizes.
2511 allocation failure, not before.
3093 includes the size of the allocation request.
3598 Cleanup scanline allocation to avoid coverity warning.
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/
A Djpeg-9b.patch719 + * Memory allocation and freeing are controlled by the regular library
757 + * This routine computes the total memory space available for allocation.
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/
A Dconfiguration.proto412 // necessarily take into account driver-side allocation.
/AliOS-Things-master/components/mbedtls/
A DChangeLog253 * Fix a potential memory leak in mbedtls_ssl_setup() function. An allocation
627 * Fix memory allocation corner cases in memory_buffer_alloc.c module. Found
1253 once and some allocation fails. Cannot be forced remotely. Found by Guido
1315 * Fix potential random memory allocation in mbedtls_pem_read_buffer()
1323 the same mbedtls_ssl_config object and memory allocation fails. Found by
2146 * Memory allocation abstraction layer added
2559 * Fixed potential heap corruption in x509_name allocation
2646 * Fixed potential heap corruption in x509_name allocation
2995 * Fixed an off-by-one buffer allocation in ssl_set_hostname()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi904 Use @code{JS_SetMemoryLimit()} to set a global memory allocation limit
907 Custom memory allocation functions can be provided with
/AliOS-Things-master/components/SDL2/src/render/metal/
A DSDL_render_metal.m586 return SDL_SetError("Texture allocation failed");
612 return SDL_SetError("Texture allocation failed");
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt374 The structure allocation functions quietly return NULL if they fail to
393 If you want to use your own memory allocation routines,
2177 raw byte data for all forms of images. As the actual allocation
2771 If you want to use your own memory allocation routines,
4194 standard things like memory allocation, input/output, and error handling.
4201 Memory allocation, input/output, and error handling
4203 All of the memory allocation, input/output, and error handling in libpng
4208 Memory allocation is done through the functions png_malloc(), png_calloc(),
4627 acquire the requested memory allocation.
A DCHANGES116 Fixed bug with Borland 64K memory allocation (Alexander Lehmann)
717 Changed the allocation of palette, history, and trans arrays back to
1507 Revised pngtest so memory allocation testing is only done when PNG_DEBUG==1.
2043 pngconf.h, and used it in all memory allocation functions (Cosmin).
3685 Fixed bug in pngvalid on early allocation failure; fixed type cast in
3686 pngmem.c; pngvalid would attempt to call png_error() if the allocation
3828 alter how the tricky allocation of the initial png_struct and png_info
3831 silently. png_struct is changed in a similar way on allocation and on
4414 1003.1 API to check /proc/self/auxv avoiding buffer allocation and other
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dconfig.h.bak161 * Enable the memory allocation layer.
1152 * (to stderr) all (fatal) messages on memory allocation issues. Enables

Completed in 97 milliseconds