my_memory_mgr 141 3rdparty/libjpeg/jmemmgr.c typedef my_memory_mgr * my_mem_ptr; my_memory_mgr 1016 3rdparty/libjpeg/jmemmgr.c jpeg_free_small(cinfo, (void *) cinfo->mem, SIZEOF(my_memory_mgr)); my_memory_mgr 1060 3rdparty/libjpeg/jmemmgr.c mem = (my_mem_ptr) jpeg_get_small(cinfo, SIZEOF(my_memory_mgr)); my_memory_mgr 1093 3rdparty/libjpeg/jmemmgr.c mem->total_space_allocated = SIZEOF(my_memory_mgr);