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

1 2 3 4 5 6 7 8 91011>>

  /build/blueprint/
splice_modules_test.go 36 reallocate bool
44 reallocate: true,
52 reallocate: true,
60 reallocate: true,
68 reallocate: true,
76 reallocate: false,
84 reallocate: false,
92 reallocate: false,
100 reallocate: false,
116 if sameArray(origIn, got) != !testCase.reallocate {
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
BufferUtils.java 9 /** Reallocate a buffer. */
28 /** Reallocate a buffer. */
38 /** Reallocate a buffer. */
49 * Reallocate a buffer. A 'deferred' buffer is reallocated only if it is not NULL. If
63 * Reallocate an int buffer. A 'deferred' buffer is reallocated only if it is not NULL. If
77 * Reallocate a float buffer. A 'deferred' buffer is reallocated only if it is not NULL. If
  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.hpp 47 virtual void* reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) = 0;
123 void* reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope);
140 void* reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope);
175 void* reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope);
vkAllocationCallbackUtil.cpp 87 return reinterpret_cast<AllocationCallbacks*>(pUserData)->reallocate(pOriginal, size, alignment, allocationScope);
207 void* ChainedAllocator::reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) function in class:vk::ChainedAllocator
248 void* AllocationCallbackRecorder::reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) function in class:vk::AllocationCallbackRecorder
250 void* const ptr = ChainedAllocator::reallocate(original, size, alignment, allocationScope);
306 void* DeterministicFailAllocator::reallocate (void* original, size_t size, size_t alignment, VkSystemAllocationScope allocationScope) function in class:vk::DeterministicFailAllocator
310 return ChainedAllocator::reallocate(original, size, alignment, allocationScope);
724 str << "Attempt to reallocate " << tcu::toHex(violation.record.data.reallocation.original) << " which has not been allocated";
731 str << "Attempt to reallocate " << tcu::toHex(violation.record.data.reallocation.original) << " which has been freed";
  /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
  /prebuilts/go/darwin-x86/doc/progs/
slices.go 15 if n > cap(slice) { // if necessary, reallocate
  /prebuilts/go/linux-x86/doc/progs/
slices.go 15 if n > cap(slice) { // if necessary, reallocate
  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
audio_fifo.h 67 * Reallocate an AVAudioFifo.
69 * @param af AVAudioFifo to reallocate
mem.h 102 * Allocate or reallocate a block of memory.
116 * Allocate or reallocate a block of memory.
126 * Allocate or reallocate an array.
139 * Allocate or reallocate an array.
  /external/autotest/client/deps/glbench/src/
readpixeltest.cc 51 // reallocate the buffer.
  /external/compiler-rt/lib/lsan/
lsan_allocator.h 26 void *Reallocate(const StackTrace &stack, void *p, uptr new_size,
  /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/libexif/libexif/
exif-mem.h 43 * \param[in] p the pointer to reallocate
  /external/webrtc/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.h 34 // Allocate (or reallocate) the pixel buffer for |window|. Returns false in
  /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. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
mcheck.h 53 when you free or reallocate a block. */
  /external/webrtc/webrtc/base/
bytebuffer.cc 198 // Don't reallocate, just move data backwards
201 // Reallocate a larger buffer.
  /art/runtime/base/
length_prefixed_array.h 83 // Update the length but does not reallocate storage.
  /bionic/libc/dns/net/
getservent.c 82 /* reallocate the thread-specific servent struct */
  /external/bison/lib/
xmalloc.c 68 reallocate P so that it contains more than *PN bytes. *PN must be
  /external/libmicrohttpd/src/microhttpd/
memorypool.h 77 * Reallocate a block of memory obtained from the pool.
  /frameworks/av/media/libnbaio/
SourceAudioBufferProvider.cpp 61 // do we need to reallocate?
  /frameworks/native/opengl/libagl/
TextureObjectManager.h 54 status_t reallocate(GLint level,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
xmalloc.h 102 /** Reallocate n new structures of the specified type. */

Completed in 1421 milliseconds

1 2 3 4 5 6 7 8 91011>>