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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFastMalloc.cpp40 static PartitionAllocatorGeneric gPartition; member in namespace:WTF
61 gPartition.shutdown();
70 gPartition.init();
74 return partitionAllocGeneric(gPartition.root(), n);
79 partitionFreeGeneric(gPartition.root(), p);
84 return partitionReallocGeneric(gPartition.root(), p, n);

Completed in 169 milliseconds