Searched refs:grow (Results 1 - 25 of 102) sorted by relevance

12345

/external/valgrind/main/none/tests/linux/
H A Dmremap.stderr.exp2 mremap(grow, nomove, constrained): Cannot allocate memory
/external/llvm/include/llvm/ADT/
H A DIntEqClasses.h42 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); }
44 /// grow - Increase capacity to hold 0 .. N-1, putting new integers in unique
47 void grow(unsigned N);
49 /// clear - Clear all classes so that grow() will assign a unique class to
H A DIndexedMap.h14 // map. A member function grow() is provided that given the value of
70 void grow(IndexT n) { function in class:llvm::IndexedMap
H A DSmallVector.h81 /// grow_pod - This is an implementation of the grow() method which only works
194 /// grow - double the size of the allocated memory, guaranteeing space for at
196 void grow(size_t MinSize = 0);
201 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) {
204 size_t NewCapacity = 2*CurCapacity + 1; // Always grow, even from zero.
253 /// grow - double the size of the allocated memory, guaranteeing space for at
255 void grow(size_t MinSize = 0) { function in class:llvm::SmallVectorTemplateCommon::SmallVectorTemplateBase
299 this->grow(N);
311 this->grow(N);
319 this->grow(
[all...]
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DArgumentEncoder.cpp66 uint8_t* ArgumentEncoder::grow(unsigned alignment, size_t size) function in class:CoreIPC::ArgumentEncoder
93 uint8_t* buffer = grow(1, size);
100 uint8_t* buffer = grow(sizeof(n), sizeof(n));
107 uint8_t* buffer = grow(sizeof(n), sizeof(n));
114 uint8_t* buffer = grow(sizeof(n), sizeof(n));
121 uint8_t* buffer = grow(sizeof(n), sizeof(n));
128 uint8_t* buffer = grow(sizeof(n), sizeof(n));
135 uint8_t* buffer = grow(sizeof(n), sizeof(n));
142 uint8_t* buffer = grow(sizeof(n), sizeof(n));
/external/webkit/Source/JavaScriptCore/heap/
H A DHandleStack.cpp39 grow();
56 void HandleStack::grow() function in class:JSC::HandleStack
58 HandleSlot block = m_blockStack.grow();
H A DConservativeRoots.h55 void grow();
84 grow();
H A DConservativeRoots.cpp36 void ConservativeRoots::grow() function in class:JSC::ConservativeRoots
H A DHandleStack.h58 void grow();
123 grow();
H A DHandleHeap.cpp50 grow();
53 void HandleHeap::grow() function in class:JSC::HandleHeap
55 Node* block = m_blockStack.grow();
/external/webkit/Source/JavaScriptCore/assembler/
H A DAssemblerBuffer.h60 grow();
78 grow();
92 grow();
113 grow();
121 grow();
171 grow(size);
177 void grow(int extraCapacity = 0) function in class:JSC::AssemblerBuffer
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DBoolStack.java92 grow();
184 private void grow() method in class:BoolStack
/external/icu4c/layoutex/
H A DRunArrays.cpp43 grow(fCapacity);
55 void RunArray::grow(le_int32 newCapacity) function in class:RunArray
98 void FontRuns::grow(le_int32 capacity) function in class:FontRuns
100 RunArray::grow(capacity);
150 void LocaleRuns::grow(le_int32 capacity) function in class:LocaleRuns
152 RunArray::grow(capacity);
202 void ValueRuns::grow(le_int32 capacity) function in class:ValueRuns
204 RunArray::grow(capacity);
/external/webkit/Source/JavaScriptCore/wtf/url/src/
H A DURLBuffer.h96 if (!grow(1))
106 if (!grow(m_length + strLength - m_capacity))
116 bool grow(int minimumAdditionalCapacity) function in class:WTF::URLBuffer
/external/valgrind/main/none/tests/
H A Dthread-exits.c13 grow the stack. If we don't get the siginfo, then it just looks
19 attempts to grow the stack once all the threads have been created
47 static void grow(int depth) function
54 grow(depth-1);
115 grow(10);
/external/webkit/Source/JavaScriptCore/wtf/
H A DBlockStack.h42 T* grow();
70 template <typename T> T* BlockStack<T>::grow() function in class:WTF::BlockStack
/external/webkit/Source/WebCore/platform/posix/
H A DSharedBufferPOSIX.cpp61 result->m_buffer.grow(bytesToRead);
/external/clang/include/clang/Analysis/Support/
H A DBumpVector.h156 grow(C);
173 grow(C, size() + Cnt);
180 grow(C, N);
188 /// grow - double the size of the allocated memory, guaranteeing space for at
190 void grow(BumpVectorContext &C, size_type MinSize = 1);
215 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { function in class:clang::BumpVector
/external/clang/lib/Sema/
H A DTypeLocBuilder.h57 grow(Requested);
138 // If we need to grow, grow by a factor of 2.
144 grow(NewCapacity);
153 void grow(size_t NewCapacity) { function in class:clang::TypeLocBuilder
/external/v8/src/
H A Dstring-stream.h44 virtual char* grow(unsigned* bytes) = 0;
53 char* grow(unsigned* bytes);
66 char* grow(unsigned* bytes);
/external/webkit/Source/WebCore/platform/text/brew/
H A DTextCodecBrew.cpp90 prefixedBytes.grow(srcSize);
119 dstBuffer.grow(dstBuffer.size() * 2);
189 dstBuffer.grow(dstBuffer.size() * 2);
/external/clang/include/clang/AST/
H A DASTVector.h161 grow(C);
167 grow(C, N);
185 this->grow(C, this->size()+NumInputs);
199 this->grow(C, this->size()+NumInputs);
229 this->grow(C);
340 this->grow(C, N);
347 /// grow - double the size of the allocated memory, guaranteeing space for at
349 void grow(ASTContext &C, size_type MinSize = 1);
369 void ASTVector<T>::grow(ASTContext &C, size_t MinSize) { function in class:clang::ASTVector
/external/icu4c/layoutex/layout/
H A DRunArrays.h33 * When an array needs to grow, it will double in size until
34 * it becomes this large, then it will grow by this amount.
128 * calling the <code>grow</code> method.
136 * first call this method to grow the data arrays, and use the return value
144 * @see grow
183 * the overriding method to grow the limit indices array.
191 virtual void grow(le_int32 capacity);
329 * <code>RunArray::add(limit)</code> which will create or grow the arrays as needed.
336 * The new <code>add</code> method should first call this method to grow the font and limit indices
366 virtual void grow(le_int3
[all...]
/external/llvm/lib/Support/
H A DIntEqClasses.cpp25 void IntEqClasses::grow(unsigned N) { function in class:IntEqClasses
26 assert(NumClasses == 0 && "grow() called after compress().");
/external/webkit/Source/WebCore/platform/brew/
H A DSharedBufferBrew.cpp51 result->m_buffer.grow(fileSize);

Completed in 1050 milliseconds

12345