Home
last modified time | relevance | path

Searched refs:reallocate (Results 1 – 19 of 19) sorted by relevance

/external/icu4c/i18n/
Dsortkey.cpp63 (count > getCapacity() && reallocate(count, 0) == NULL)) { in CollationKey()
84 if (length > getCapacity() && reallocate(length, 0) == NULL) { in CollationKey()
99 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate() function in CollationKey
157 if (length > getCapacity() && reallocate(length, 0) == NULL) { in operator =()
Ducol.cpp4459 uint8_t *newBuffer = key_.reallocate(newCapacity, length); in Resize()
/external/eigen/Eigen/src/SparseCore/
DCompressedStorage.h77 reallocate(newAllocatedSize); in reserve()
83 reallocate(m_size); in squeeze()
89 reallocate(size + size_t(reserveSizeFactor*size));
205 inline void reallocate(size_t size) in reallocate() function
DAmbiVector.h57 reallocate(size); in resize()
65 void reallocate(Index size) in reallocate() function
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineStorage.h90 reallocate(size, upperProfileSize, lowerProfileSize, upperSize, lowerSize); in reserve()
95reallocate(m_diagSize, m_upperProfileSize, m_lowerProfileSize, m_upperSize, m_lowerSize); in squeeze()
100reallocate(diagSize, upperProfileSize, lowerProfileSize, upperSize + Index(reserveSizeFactor * upp…
203 …inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upper… in reallocate() function
/external/webkit/Source/WebCore/platform/text/cf/
DStringImplCF.cpp71 static void* reallocate(void* pointer, CFIndex newSize, CFOptionFlags, void*) in reallocate() function
122 …CFAllocatorContext context = { 0, 0, retain, release, copyDescription, allocate, reallocate, deall… in create()
/external/icu4c/i18n/unicode/
Dsortkey.h248 uint8_t *reallocate(int32_t newCapacity, int32_t length);
/external/qemu/docs/
DANDROID-MEMCHECK.TXT9 - Attempts to free / reallocate invalid pointers (including pointers that have
38 detect and report attempts to free/reallocate invalid pointers.
/external/stlport/src/
Dallocators.cpp847 static void * reallocate(void *__p, size_t __old_sz, size_t& __new_sz);
1078 void *_Pthread_alloc_impl::reallocate(void *__p, size_t __old_sz, size_t& __new_sz) { in reallocate() function in _Pthread_alloc_impl
1110 void * _STLP_CALL _Pthread_alloc::reallocate(void *__p, size_t __old_sz, size_t& __new_sz) in reallocate() function in _Pthread_alloc
1111 { return _Pthread_alloc_impl::reallocate(__p, __old_sz, __new_sz); } in reallocate()
/external/stlport/stlport/stl/
D_pthread_alloc.h88 static void * _STLP_CALL reallocate(void *__p, size_t __old_sz, size_t& __new_sz);
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzVideo.m1206 SDL_SetError ("Couldn't reallocate pixel format");
/external/webkit/Source/JavaScriptCore/
DChangeLog-2002-12-031768 reallocate unless it's for a long string. Also make code to extract the characters
1956 the capacity so we don't need to reallocate the string every time.
DChangeLog-2008-08-103718 vars, so that no operation may cause the register file to reallocate
19183 when we deallocate m_buffer, in case we're not asked to reallocate a new
22578 Fixed slight logic error in reserveCapacity, where we would reallocate
DChangeLog-2007-10-141136 …c was failing which lead to UString::expandCapacity leaking the buffer it was trying to reallocate.
/external/libpng/
DCHANGES974 libpng will reallocate the png_struct and info_struct if they are too small.
/external/bouncycastle/patches/
Dbcprov.patch585 + * lazily initialized to avoid having to reallocate on reset when
/external/bison/
DChangeLog-201210009 Instead, reallocate buffers twice as big each time, so that
19076 REJECT has been used, and therefore it won't reallocate its
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1637087 …(WebCore::HTMLMediaElement::load): Don't reallocate MediaPlayer when PLUGIN_PROXY_FOR_VIDEO, we ke…
45772 (WebCore::StringWrapperCFAllocator::reallocate): Ditto.
DChangeLog17718 When DrawingBuffer::reset() is called, it should not reallocate