Home
last modified time | relevance | path

Searched defs:allocationSize (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DPropertyMapHashTable.h77 static size_t allocationSize(unsigned size) in allocationSize() function
/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp2762 size_t allocationSize = ByteSizeForClass(cl); in Allocate() local
2783 ALWAYS_INLINE void TCMalloc_ThreadCache::FetchFromCentralCache(size_t cl, size_t allocationSize) { in FetchFromCentralCache()