HomeSort by relevance Sort by last modified time
    Searched full:reallocate (Results 1 - 25 of 453) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/android/utils/
vector.c 14 AASSERT_FAIL("trying to reallocate array of 0-size items (count=%d)\n", newCount);
18 AASSERT_FAIL("trying to reallocate over-sized array of %d-bytes items (%d > %d)\n",
jpeg-compress.c 66 * compressed data. So, here we should reallocate the output buffer, rather than
76 /* Reallocate output buffer. */
  /external/chromium_org/cc/test/
test_texture.h 22 void Reallocate(const gfx::Size& size, ResourceFormat format);
test_texture.cc 31 void TestTexture::Reallocate(const gfx::Size& size, ResourceFormat format) {
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTerminatedArray.h 41 return reinterpret_cast<HeapTerminatedArray*>(Heap::reallocate<HeapTerminatedArray>(ptr, capacity * sizeof(T)));
  /external/eigen/Eigen/src/SparseCore/
CompressedStorage.h 77 reallocate(newAllocatedSize);
83 reallocate(m_size);
89 reallocate(size + size_t(reserveSizeFactor*double(size)));
205 inline void reallocate(size_t size) function in class:Eigen::internal::CompressedStorage
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineStorage.h 90 reallocate(size, upperProfileSize, lowerProfileSize, upperSize, lowerSize);
95 reallocate(m_diagSize, m_upperProfileSize, m_lowerProfileSize, m_upperSize, m_lowerSize);
100 reallocate(diagSize, upperProfileSize, lowerProfileSize, upperSize + Index(reserveSizeFactor * upperSize), lowerSize + Index(reserveSizeFactor * lowerSize));
203 inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index lowerSize) { function in class:Eigen::SkylineStorage
  /external/chromium_org/media/video/capture/
fake_video_capture_device.h 45 void Reallocate();
fake_video_capture_device.cc 165 Reallocate();
175 void FakeVideoCaptureDevice::Reallocate() {
  /external/chromium_org/third_party/WebKit/public/platform/
WebExternalBitmap.h 42 // Sets the size of the bitmap. This may reallocate the bitmap and
  /external/chromium_org/third_party/icu/source/i18n/
sortkey.cpp 63 (count > getCapacity() && reallocate(count, 0) == NULL)) {
84 if (length > getCapacity() && reallocate(length, 0) == NULL) {
99 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { function in class:CollationKey
157 if (length > getCapacity() && reallocate(length, 0) == NULL) {
  /external/compiler-rt/lib/lsan/
lsan_allocator.h 26 void *Reallocate(const StackTrace &stack, void *p, uptr new_size,
lsan_allocator.cc 98 void *Reallocate(const StackTrace &stack, void *p, uptr new_size,
106 p = allocator.Reallocate(&cache, p, new_size, alignment);
  /external/icu/icu4c/source/i18n/
sortkey.cpp 63 (count > getCapacity() && reallocate(count, 0) == NULL)) {
84 if (length > getCapacity() && reallocate(length, 0) == NULL) {
99 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { function in class:CollationKey
157 if (length > getCapacity() && reallocate(length, 0) == NULL) {
  /external/oprofile/libutil/
op_libiberty.h 45 /* Reallocate memory without fail. This works like xmalloc. Note,
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_buffer_pool.cc 119 // largest one that's not big enough, in case we have to reallocate a buffer.
139 // size, then reallocate by deleting an existing one instead.
142 // We're out of space, and can't find an unused buffer to reallocate.
  /external/chromium_org/media/filters/
ffmpeg_h264_to_annex_b_bitstream_converter.h 39 // free and reallocate the |packet|, if it needs to do so to fit it in.
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuilder.cpp 163 // If the buffer has only one ref (by this StringBuilder), reallocate it,
171 m_buffer = StringImpl::reallocate(m_buffer.release(), requiredLength);
180 // If the buffer has only one ref (by this StringBuilder), reallocate it,
187 m_buffer = StringImpl::reallocate(m_buffer.release(), requiredLength);
StringImplCF.cpp 69 static void* reallocate(void* pointer, CFIndex newSize, CFOptionFlags, void*) function in namespace:WTF::StringWrapperCFAllocator
115 CFAllocatorContext context = { 0, 0, retain, release, copyDescription, allocate, reallocate, deallocate, preferredSize };
  /external/chromium_org/third_party/skia/third_party/lua/src/
lmem.c 37 ** frealloc returns NULL if it cannot create or reallocate the area
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.h 34 // Allocate (or reallocate) the pixel buffer for |window|. Returns false in
  /external/libexif/libexif/
exif-mem.h 43 * \param[in] p the pointer to reallocate
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
mcheck.h 53 when you free or reallocate a block. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
mcheck.h 53 when you free or reallocate a block. */
  /external/chromium_org/third_party/webrtc/base/
bytebuffer.cc 194 // Don't reallocate, just move data backwards
197 // Reallocate a larger buffer.

Completed in 1222 milliseconds

1 2 3 4 5 6 7 8 91011>>