Home
last modified time | relevance | path

Searched refs:my_memory_mgr (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jmemmgr.c140 } my_memory_mgr; typedef
142 typedef my_memory_mgr * my_mem_ptr;
1017 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1061 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1094 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()
/external/libjpeg-turbo/
Djmemmgr.c144 } my_memory_mgr; typedef
146 typedef my_memory_mgr *my_mem_ptr;
1078 jpeg_free_small(cinfo, (void *) cinfo->mem, sizeof(my_memory_mgr)); in self_destruct()
1122 mem = (my_mem_ptr) jpeg_get_small(cinfo, sizeof(my_memory_mgr)); in jinit_memory_mgr()
1155 mem->total_space_allocated = sizeof(my_memory_mgr); in jinit_memory_mgr()