Home
last modified time | relevance | path

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

/external/qemu/distrib/jpeg-6b/
Djmemmgr.c138 } my_memory_mgr; typedef
140 typedef my_memory_mgr * my_mem_ptr;
1015 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1059 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1092 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()
/external/jpeg/
Djmemmgr.c138 } my_memory_mgr; typedef
140 typedef my_memory_mgr * my_mem_ptr;
1015 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); in self_destruct()
1059 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); in jinit_memory_mgr()
1092 mem->total_space_allocated = SIZEOF(my_memory_mgr); in jinit_memory_mgr()