/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/lightrec/ |
H A D | reaper.c | 43 reaper = lightrec_malloc(state, MEM_FOR_LIGHTREC, sizeof(*reaper)); in lightrec_reaper_init() 55 lightrec_free(reaper->state, MEM_FOR_LIGHTREC, in lightrec_reaper_init() 66 lightrec_free(reaper->state, MEM_FOR_LIGHTREC, sizeof(*reaper), reaper); in lightrec_reaper_destroy() 84 reaper_elm = lightrec_malloc(reaper->state, MEM_FOR_LIGHTREC, in lightrec_reaper_add() 116 lightrec_free(reaper->state, MEM_FOR_LIGHTREC, in lightrec_reaper_reap()
|
H A D | recompiler.c | 65 lightrec_free(rec->state, MEM_FOR_LIGHTREC, in lightrec_compile_list() 101 rec = lightrec_malloc(state, MEM_FOR_LIGHTREC, sizeof(*rec)); in lightrec_recompiler_init() 137 lightrec_free(state, MEM_FOR_LIGHTREC, sizeof(*rec), rec); in lightrec_recompiler_init() 153 lightrec_free(rec->state, MEM_FOR_LIGHTREC, sizeof(*rec), rec); in lightrec_free_recompiler() 191 block_rec = lightrec_malloc(rec->state, MEM_FOR_LIGHTREC, in lightrec_recompiler_add() 241 lightrec_free(rec->state, MEM_FOR_LIGHTREC, in lightrec_recompiler_remove()
|
H A D | blockcache.c | 109 lightrec_free(cache->state, MEM_FOR_LIGHTREC, sizeof(*cache), cache); in lightrec_free_block_cache() 116 cache = lightrec_calloc(state, MEM_FOR_LIGHTREC, sizeof(*cache)); in lightrec_blockcache_init()
|
H A D | regcache.c | 436 backup = lightrec_malloc(cache->state, MEM_FOR_LIGHTREC, in lightrec_regcache_enter_branch() 447 lightrec_free(cache->state, MEM_FOR_LIGHTREC, in lightrec_regcache_leave_branch() 460 cache = lightrec_calloc(state, MEM_FOR_LIGHTREC, sizeof(*cache)); in lightrec_regcache_init() 471 return lightrec_free(cache->state, MEM_FOR_LIGHTREC, in lightrec_free_regcache()
|
H A D | lightrec.h | 76 MEM_FOR_LIGHTREC, enumerator
|
H A D | lightrec.c | 1187 lightrec_register(MEM_FOR_LIGHTREC, sizeof(*state) + in lightrec_init() 1315 lightrec_unregister(MEM_FOR_LIGHTREC, sizeof(*state) + in lightrec_init() 1346 lightrec_unregister(MEM_FOR_LIGHTREC, sizeof(*state) + in lightrec_destroy()
|
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/lightrec/ |
H A D | reaper.c | 43 reaper = lightrec_malloc(state, MEM_FOR_LIGHTREC, sizeof(*reaper)); in lightrec_reaper_init() 55 lightrec_free(reaper->state, MEM_FOR_LIGHTREC, in lightrec_reaper_init() 66 lightrec_free(reaper->state, MEM_FOR_LIGHTREC, sizeof(*reaper), reaper); in lightrec_reaper_destroy() 84 reaper_elm = lightrec_malloc(reaper->state, MEM_FOR_LIGHTREC, in lightrec_reaper_add() 116 lightrec_free(reaper->state, MEM_FOR_LIGHTREC, in lightrec_reaper_reap()
|
H A D | recompiler.c | 65 lightrec_free(rec->state, MEM_FOR_LIGHTREC, in lightrec_compile_list() 101 rec = lightrec_malloc(state, MEM_FOR_LIGHTREC, sizeof(*rec)); in lightrec_recompiler_init() 137 lightrec_free(state, MEM_FOR_LIGHTREC, sizeof(*rec), rec); in lightrec_recompiler_init() 153 lightrec_free(rec->state, MEM_FOR_LIGHTREC, sizeof(*rec), rec); in lightrec_free_recompiler() 191 block_rec = lightrec_malloc(rec->state, MEM_FOR_LIGHTREC, in lightrec_recompiler_add() 241 lightrec_free(rec->state, MEM_FOR_LIGHTREC, in lightrec_recompiler_remove()
|
H A D | blockcache.c | 109 lightrec_free(cache->state, MEM_FOR_LIGHTREC, sizeof(*cache), cache); in lightrec_free_block_cache() 116 cache = lightrec_calloc(state, MEM_FOR_LIGHTREC, sizeof(*cache)); in lightrec_blockcache_init()
|
H A D | regcache.c | 436 backup = lightrec_malloc(cache->state, MEM_FOR_LIGHTREC, in lightrec_regcache_enter_branch() 447 lightrec_free(cache->state, MEM_FOR_LIGHTREC, in lightrec_regcache_leave_branch() 460 cache = lightrec_calloc(state, MEM_FOR_LIGHTREC, sizeof(*cache)); in lightrec_regcache_init() 471 return lightrec_free(cache->state, MEM_FOR_LIGHTREC, in lightrec_free_regcache()
|
H A D | lightrec.h | 76 MEM_FOR_LIGHTREC, enumerator
|
H A D | lightrec.c | 1187 lightrec_register(MEM_FOR_LIGHTREC, sizeof(*state) + in lightrec_init() 1315 lightrec_unregister(MEM_FOR_LIGHTREC, sizeof(*state) + in lightrec_init() 1346 lightrec_unregister(MEM_FOR_LIGHTREC, sizeof(*state) + in lightrec_destroy()
|
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/lightrec/ |
H A D | reaper.c | 43 reaper = lightrec_malloc(state, MEM_FOR_LIGHTREC, sizeof(*reaper)); in lightrec_reaper_init() 55 lightrec_free(reaper->state, MEM_FOR_LIGHTREC, in lightrec_reaper_init() 66 lightrec_free(reaper->state, MEM_FOR_LIGHTREC, sizeof(*reaper), reaper); in lightrec_reaper_destroy() 84 reaper_elm = lightrec_malloc(reaper->state, MEM_FOR_LIGHTREC, in lightrec_reaper_add() 116 lightrec_free(reaper->state, MEM_FOR_LIGHTREC, in lightrec_reaper_reap()
|
H A D | recompiler.c | 65 lightrec_free(rec->state, MEM_FOR_LIGHTREC, in lightrec_compile_list() 101 rec = lightrec_malloc(state, MEM_FOR_LIGHTREC, sizeof(*rec)); in lightrec_recompiler_init() 137 lightrec_free(state, MEM_FOR_LIGHTREC, sizeof(*rec), rec); in lightrec_recompiler_init() 153 lightrec_free(rec->state, MEM_FOR_LIGHTREC, sizeof(*rec), rec); in lightrec_free_recompiler() 191 block_rec = lightrec_malloc(rec->state, MEM_FOR_LIGHTREC, in lightrec_recompiler_add() 241 lightrec_free(rec->state, MEM_FOR_LIGHTREC, in lightrec_recompiler_remove()
|
H A D | blockcache.c | 109 lightrec_free(cache->state, MEM_FOR_LIGHTREC, sizeof(*cache), cache); in lightrec_free_block_cache() 116 cache = lightrec_calloc(state, MEM_FOR_LIGHTREC, sizeof(*cache)); in lightrec_blockcache_init()
|
H A D | regcache.c | 436 backup = lightrec_malloc(cache->state, MEM_FOR_LIGHTREC, in lightrec_regcache_enter_branch() 447 lightrec_free(cache->state, MEM_FOR_LIGHTREC, in lightrec_regcache_leave_branch() 460 cache = lightrec_calloc(state, MEM_FOR_LIGHTREC, sizeof(*cache)); in lightrec_regcache_init() 471 return lightrec_free(cache->state, MEM_FOR_LIGHTREC, in lightrec_free_regcache()
|
H A D | lightrec.h | 76 MEM_FOR_LIGHTREC, enumerator
|
H A D | lightrec.c | 1187 lightrec_register(MEM_FOR_LIGHTREC, sizeof(*state) + in lightrec_init() 1315 lightrec_unregister(MEM_FOR_LIGHTREC, sizeof(*state) + in lightrec_init() 1346 lightrec_unregister(MEM_FOR_LIGHTREC, sizeof(*state) + in lightrec_destroy()
|
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/deps/lightrec/ |
H A D | reaper.c | 43 reaper = lightrec_malloc(state, MEM_FOR_LIGHTREC, sizeof(*reaper)); in lightrec_reaper_init() 55 lightrec_free(reaper->state, MEM_FOR_LIGHTREC, in lightrec_reaper_init() 66 lightrec_free(reaper->state, MEM_FOR_LIGHTREC, sizeof(*reaper), reaper); in lightrec_reaper_destroy() 84 reaper_elm = lightrec_malloc(reaper->state, MEM_FOR_LIGHTREC, in lightrec_reaper_add() 116 lightrec_free(reaper->state, MEM_FOR_LIGHTREC, in lightrec_reaper_reap()
|
H A D | recompiler.c | 65 lightrec_free(rec->state, MEM_FOR_LIGHTREC, in lightrec_compile_list() 101 rec = lightrec_malloc(state, MEM_FOR_LIGHTREC, sizeof(*rec)); in lightrec_recompiler_init() 137 lightrec_free(state, MEM_FOR_LIGHTREC, sizeof(*rec), rec); in lightrec_recompiler_init() 153 lightrec_free(rec->state, MEM_FOR_LIGHTREC, sizeof(*rec), rec); in lightrec_free_recompiler() 191 block_rec = lightrec_malloc(rec->state, MEM_FOR_LIGHTREC, in lightrec_recompiler_add() 241 lightrec_free(rec->state, MEM_FOR_LIGHTREC, in lightrec_recompiler_remove()
|
H A D | blockcache.c | 109 lightrec_free(cache->state, MEM_FOR_LIGHTREC, sizeof(*cache), cache); in lightrec_free_block_cache() 116 cache = lightrec_calloc(state, MEM_FOR_LIGHTREC, sizeof(*cache)); in lightrec_blockcache_init()
|
H A D | regcache.c | 436 backup = lightrec_malloc(cache->state, MEM_FOR_LIGHTREC, in lightrec_regcache_enter_branch() 447 lightrec_free(cache->state, MEM_FOR_LIGHTREC, in lightrec_regcache_leave_branch() 460 cache = lightrec_calloc(state, MEM_FOR_LIGHTREC, sizeof(*cache)); in lightrec_regcache_init() 471 return lightrec_free(cache->state, MEM_FOR_LIGHTREC, in lightrec_free_regcache()
|
H A D | lightrec.h | 76 MEM_FOR_LIGHTREC, enumerator
|
H A D | lightrec.c | 1187 lightrec_register(MEM_FOR_LIGHTREC, sizeof(*state) + in lightrec_init() 1315 lightrec_unregister(MEM_FOR_LIGHTREC, sizeof(*state) + in lightrec_init() 1346 lightrec_unregister(MEM_FOR_LIGHTREC, sizeof(*state) + in lightrec_destroy()
|
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/libpcsxcore/lightrec/ |
H A D | plugin.c | 554 lightrec_get_mem_usage(MEM_FOR_LIGHTREC) / 1024, in lightrec_plugin_execute_block()
|