Home
last modified time | relevance | path

Searched refs:spanSizeInBytes (Results 1 – 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp4208 vm_size_t spanSizeInBytes = theSpan->length * kPageSize; in CreateCacheIfNecessary() local
4213 allocatedPointers.append((vm_range_t){spanStartAddress, spanSizeInBytes}); in CreateCacheIfNecessary()
4218 const vm_address_t endOfSpan = spanStartAddress + spanSizeInBytes; in CreateCacheIfNecessary()