OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cur_blocks
(Results
1 - 1
of
1
) sorted by null
/external/freetype/src/base/
ftdbgmem.c
62
FT_Long
cur_blocks
; /* current number of allocated blocks */
member in struct:FT_MemSourceRec_
489
node->
cur_blocks
= 0;
561
source->
cur_blocks
++;
562
if ( source->
cur_blocks
> source->max_blocks )
563
source->max_blocks = source->
cur_blocks
;
640
source->
cur_blocks
--;
978
source->
cur_blocks
, source->max_blocks,
Completed in 64 milliseconds