OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:partitionReallocGeneric
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAllocTest.cpp
394
void* newPtr =
partitionReallocGeneric
(allocator.root(), ptr, 2);
396
newPtr =
partitionReallocGeneric
(allocator.root(), ptr, 1);
398
newPtr =
partitionReallocGeneric
(allocator.root(), ptr, WTF::QuantizedAllocation::kMinRounding);
402
newPtr =
partitionReallocGeneric
(allocator.root(), ptr, WTF::QuantizedAllocation::kMinRounding + 1);
423
newPtr =
partitionReallocGeneric
(allocator.root(), ptr, 1);
431
newPtr =
partitionReallocGeneric
(allocator.root(), ptr, PartitionAllocator<4096>::kMaxAllocation + 1);
439
newPtr =
partitionReallocGeneric
(allocator.root(), ptr, PartitionAllocator<4096>::kMaxAllocation * 10);
444
newPtr =
partitionReallocGeneric
(allocator.root(), ptr, PartitionAllocator<4096>::kMaxAllocation * 2);
451
newPtr =
partitionReallocGeneric
(allocator.root(), ptr, 1);
PartitionAlloc.h
239
WTF_EXPORT NEVER_INLINE void*
partitionReallocGeneric
(PartitionRoot*, void*, size_t);
579
using WTF::
partitionReallocGeneric
;
PartitionAlloc.cpp
436
void*
partitionReallocGeneric
(PartitionRoot* root, void* ptr, size_t newSize)
/external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp
335
StringImpl* string = static_cast<StringImpl*>(
partitionReallocGeneric
(Partitions::getBufferPartition(), originalString.leakRef(), size));
355
StringImpl* string = static_cast<StringImpl*>(
partitionReallocGeneric
(Partitions::getBufferPartition(), originalString.leakRef(), size));
[
all
...]
Completed in 95 milliseconds