OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_space_allocated
(Results
1 - 2
of
2
) sorted by null
/external/libjpeg-turbo/
jmemmgr.c
138
size_t
total_space_allocated
;
member in struct:__anon23380
203
pool_id, mem->
total_space_allocated
);
325
mem->
total_space_allocated
+= min_request + slop;
396
mem->
total_space_allocated
+= sizeofobject + sizeof(large_pool_hdr) +
683
mem->
total_space_allocated
);
[
all
...]
/external/pdfium/third_party/libjpeg/
fpdfapi_jmemmgr.c
134
long
total_space_allocated
;
member in struct:__anon28582
199
pool_id, mem->
total_space_allocated
);
308
mem->
total_space_allocated
+= min_request + slop;
368
mem->
total_space_allocated
+= sizeofobject + SIZEOF(large_pool_hdr);
622
mem->
total_space_allocated
);
[
all
...]
Completed in 116 milliseconds