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/jpeg/
jmemmgr.c
132
long
total_space_allocated
;
member in struct:__anon22360
197
pool_id, mem->
total_space_allocated
);
306
mem->
total_space_allocated
+= min_request + slop;
366
mem->
total_space_allocated
+= sizeofobject + SIZEOF(large_pool_hdr);
620
mem->
total_space_allocated
);
[
all
...]
/external/qemu/distrib/jpeg-6b/
jmemmgr.c
132
long
total_space_allocated
;
member in struct:__anon27625
197
pool_id, mem->
total_space_allocated
);
306
mem->
total_space_allocated
+= min_request + slop;
366
mem->
total_space_allocated
+= sizeofobject + SIZEOF(large_pool_hdr);
620
mem->
total_space_allocated
);
[
all
...]
Completed in 317 milliseconds