OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPrevPtr
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/
GrMemoryPool.h
61
intptr_t
fPrevPtr
; ///< ptr to the last allocation made
GrMemoryPool.cpp
60
fTail->
fPrevPtr
= fTail->fCurrPtr;
96
if (block->
fPrevPtr
== ptr) {
97
block->fFreeSize += (block->fCurrPtr - block->
fPrevPtr
);
98
block->fCurrPtr = block->
fPrevPtr
;
113
block->
fPrevPtr
= 0; // gcc warns on assigning NULL to an intptr_t.
Completed in 1629 milliseconds