------------------------------------------------------------------------- RecAllocateRawStatBlock -------------------------------------------------------------------------
| 45 | // RecAllocateRawStatBlock |
| 46 | //------------------------------------------------------------------------- |
| 47 | RecRawStatBlock * |
| 48 | RecAllocateRawStatBlock(int num_stats) |
| 49 | { |
| 50 | return raw_stat_block_allocator(num_stats); |
| 51 | } |
| 52 | |
| 53 | //------------------------------------------------------------------------- |
| 54 | // RecRegisterRawStat |
no outgoing calls
no test coverage detected