OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tryFastRealloc
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.h
74
TryMallocReturnValue
tryFastRealloc
(void* p, size_t n);
192
using WTF::
tryFastRealloc
;
FastMalloc.cpp
330
TryMallocReturnValue
tryFastRealloc
(void* p, size_t n)
362
TryMallocReturnValue returnValue =
tryFastRealloc
(p, n);
[
all
...]
/external/webkit/Source/JavaScriptCore/wtf/wince/
FastMallocWinCE.h
42
void*
tryFastRealloc
(void* p, size_t n);
MemoryManager.cpp
160
TryMallocReturnValue
tryFastRealloc
(void* p, size_t n)
/external/webkit/Source/WebKit2/Shared/
ShareableBitmap.cpp
146
if (!
tryFastRealloc
(m_data, newNumBytes).getValue(newData)) {
/external/webkit/Source/JavaScriptCore/runtime/
JSArray.cpp
444
if (!
tryFastRealloc
(baseStorage, storageSize(newVectorLength + m_indexBias)).getValue(baseStorage)) {
597
if (!
tryFastRealloc
(baseStorage, storageSize(newVectorLength + m_indexBias)).getValue(baseStorage))
[
all
...]
Completed in 160 milliseconds