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

/openjdk10/jdk/src/java.desktop/share/native/libjavajpeg/
H A Djmemmgr.c142 } my_memory_mgr; typedef in typeref:struct:__anon983
144 typedef my_memory_mgr * my_mem_ptr;
1019 jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr));
1063 mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr));
1096 mem->total_space_allocated = SIZEOF(my_memory_mgr);

Completed in 38 milliseconds