HomeSort by relevance Sort by last modified time
    Searched full:freelistpointer (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAlloc.cpp 485 char* freelistPointer = firstFreelistPointer;
486 PartitionFreelistEntry* entry = reinterpret_cast<PartitionFreelistEntry*>(freelistPointer);
489 freelistPointer += size;
490 PartitionFreelistEntry* nextEntry = reinterpret_cast<PartitionFreelistEntry*>(freelistPointer);
    [all...]

Completed in 970 milliseconds