--------------------------------- CreateBlock
| 85 | // CreateBlock |
| 86 | // |
| 87 | T_ParameterBlock CreateBlock(size_t const size) |
| 88 | { |
| 89 | return new uint8[size]; |
| 90 | } |
| 91 | |
| 92 | //--------------------------------- |
| 93 | // DestroyBlock |
no outgoing calls
no test coverage detected