/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/ |
xmalloc.h | 102 /** Reallocate n new structures of the specified type. */
|
/external/compiler-rt/lib/lsan/ |
lsan_allocator.cc | 111 void *Reallocate(const StackTrace &stack, void *p, uptr new_size, 119 p = allocator.Reallocate(&cache, p, new_size, alignment);
|
/external/eigen/Eigen/src/SparseCore/ |
AmbiVector.h | 57 reallocate(size); 65 void reallocate(Index size) function in class:Eigen::internal::AmbiVector
|
/external/mesa3d/src/mesa/drivers/x11/ |
xm_buffer.c | 249 * Reallocate renderbuffer storage for front color buffer. 275 * Reallocate renderbuffer storage for back color buffer. 284 /* reallocate the back buffer XImage or Pixmap */
|
/external/opencv3/modules/videoio/src/ |
cap_pvapi.cpp | 330 // Reallocate Frames 349 // Reallocate Frames 467 // Reallocate Frames
|
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/ |
buffer.h | 184 * Reallocate a given buffer. 186 * @param buf a buffer reference to reallocate. On success, buf will be
|
/external/opencv3/modules/cudaarithm/test/ |
test_gpumat.cpp | 347 // don't reallocate memory 354 // don't reallocate memory
|
/bootable/recovery/minzip/ |
Hash.h | 87 * all elements without needing to reallocate the table.
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_allocator_testlib.cc | 104 p = allocator.Reallocate(&cache, p, size, 8);
|
/external/freetype/src/base/ |
ftdbgmem.c | 759 ft_mem_debug_panic( "trying to reallocate NULL in (%s:%ld)", 767 "trying to reallocate %p to size 0 (current is %ld) in (%s:%ld)", 775 "trying to reallocate unknown block at %p in (%s:%ld)", 780 "trying to reallocate freed block at %p in (%s:%ld)",
|
/external/freetype/src/cff/ |
cf2arrst.c | 92 /* allocate or reallocate the buffer size; */
|
/external/icu/icu4c/source/common/ |
unistr_case.cpp | 124 // Case-map, and if the result is too long, then reallocate and repeat.
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
ftdbgmem.c | 758 ft_mem_debug_panic( "trying to reallocate NULL in (%s:%ld)", 766 "trying to reallocate %p to size 0 (current is %ld) in (%s:%ld)", 774 "trying to reallocate unknown block at %p in (%s:%ld)", 779 "trying to reallocate freed block at %p in (%s:%ld)",
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
cf2arrst.c | 92 /* allocate or reallocate the buffer size; */
|
/external/llvm/include/llvm/Support/ |
ArrayRecycler.h | 89 /// this function can be used to reallocate incrementally growing vectors
|
/external/mesa3d/src/mesa/main/ |
viewport.c | 100 * and reallocate the z/stencil/accum/etc buffers if needed.
|
/external/opencv/otherlibs/highgui/ |
grfmt_base.cpp | 224 // reallocate the factorys pointers storage
|
/external/pdfium/third_party/freetype/src/base/ |
ftdbgmem.c | 758 ft_mem_debug_panic( "trying to reallocate NULL in (%s:%ld)", 766 "trying to reallocate %p to size 0 (current is %ld) in (%s:%ld)", 774 "trying to reallocate unknown block at %p in (%s:%ld)", 779 "trying to reallocate freed block at %p in (%s:%ld)",
|
/external/pdfium/third_party/freetype/src/cff/ |
cf2arrst.c | 92 /* allocate or reallocate the buffer size; */
|
/external/pdfium/third_party/libopenjpeg20/ |
opj_malloc.h | 149 Reallocate memory blocks.
|
/external/valgrind/coregrind/m_gdbserver/ |
regcache.c | 124 /* if a regcache exists for entry, reallocate it.
|
/external/vboot_reference/firmware/2lib/include/ |
2common.h | 95 * Reallocate space in a work buffer.
|
/external/webrtc/webrtc/modules/video_coding/codecs/i420/ |
i420.cc | 102 // Reallocate buffer.
|
/external/zlib/src/contrib/puff/ |
pufftest.c | 55 Reallocate to larger buffers until the entire file is read in. Return a
|
/frameworks/av/include/camera/ |
CameraMetadata.h | 126 * will reallocate the buffer if insufficient space exists. Overloaded for
|