Searched refs:reallocate (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTerminatedArray.h41 return reinterpret_cast<HeapTerminatedArray*>(Heap::reallocate<HeapTerminatedArray>(ptr, capacity * sizeof(T)));
H A DHeapTest.cpp1607 uint8_t* address = reinterpret_cast<uint8_t*>(Heap::reallocate<DynamicallySizedObject>(0, 100));
1610 address = reinterpret_cast<uint8_t*>(Heap::reallocate<DynamicallySizedObject>(address, 100000));
1613 address = reinterpret_cast<uint8_t*>(Heap::reallocate<DynamicallySizedObject>(address, 50));
1617 EXPECT_EQ(reinterpret_cast<uintptr_t>(Heap::reallocate<DynamicallySizedObject>(address, 0)), 0ul);
1619 EXPECT_EQ(reinterpret_cast<uintptr_t>(Heap::reallocate<DynamicallySizedObject>(0, 0)), 0ul);
H A DHeap.h1021 template<typename T> static Address reallocate(void* previous, size_t);
1497 Address Heap::reallocate(void* previous, size_t size)
/external/chromium_org/third_party/icu/source/i18n/
H A Dsortkey.cpp63 (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) {
H A Ducol.cpp1325 // reallocate and terminate
3542 /* ran out of CE space, reallocate to new buffer.
4351 uint8_t *newBuffer = key_.reallocate(newCapacity, length);
6318 if(contractionOffset == coll->latinOneTableLen) { // we need to reallocate
/external/icu/icu4c/source/i18n/
H A Dsortkey.cpp63 (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) {
H A Drulebasedcollator.cpp130 uint8_t *newBuffer = key_.reallocate(newCapacity, length);
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImplCF.cpp69 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 };
H A DStringBuilder.cpp163 // 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);
H A DStringImpl.h220 static PassRefPtr<StringImpl> reallocate(PassRefPtr<StringImpl> originalString, unsigned length);
H A DStringImpl.cpp321 PassRefPtr<StringImpl> StringImpl::reallocate(PassRefPtr<StringImpl> originalString, unsigned length) function in class:WTF::StringImpl
/external/eigen/Eigen/src/SparseCore/
H A DCompressedStorage.h77 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
H A DAmbiVector.h57 reallocate(size);
65 void reallocate(Index size) function in class:Eigen::internal::AmbiVector
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsortkey.h249 uint8_t *reallocate(int32_t newCapacity, int32_t length);
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineStorage.h90 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/icu/icu4c/source/i18n/unicode/
H A Dsortkey.h250 uint8_t *reallocate(int32_t newCapacity, int32_t length);
/external/stlport/src/
H A 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) { function in class:_Pthread_alloc_impl
1110 void * _STLP_CALL _Pthread_alloc::reallocate(void *__p, size_t __old_sz, size_t& __new_sz) function in class:_Pthread_alloc
1111 { return _Pthread_alloc_impl::reallocate(__p, __old_sz, __new_sz); }
/external/stlport/stlport/stl/
H A D_pthread_alloc.h88 static void * _STLP_CALL reallocate(void *__p, size_t __old_sz, size_t& __new_sz);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 5445 milliseconds