Insert table_ in most core.c / swap.c functions e.g. core_alloc() becomes core_table_...
authorNick Downing <nick@ndcode.org>
Mon, 18 Mar 2019 10:24:39 +0000 (21:24 +1100)
committerNick Downing <nick@ndcode.org>
Mon, 18 Mar 2019 12:23:54 +0000 (23:23 +1100)
commitc7f6a3b92901b9e9a2149f308697c4d23ac99062
treef321272855ce5d5cb04a70ca3ce2e41279d93397
parent73917eb3e0fec98f379568616729dd81af3ba3d8
Insert table_ in most core.c / swap.c functions e.g. core_alloc() becomes core_table_alloc(), because there will soon be an allocator for random block storage
core.c
core.h
process.c
process_test_run.c
swap.c
swap.h