| 129 | #if mxUseDefaultSlotAllocation |
| 130 | |
| 131 | txSlot* fxAllocateSlots(txMachine* the, txSize theCount) |
| 132 | { |
| 133 | return(txSlot*)c_malloc(theCount * sizeof(txSlot)); |
| 134 | } |
| 135 | |
| 136 | void fxFreeSlots(txMachine* the, void* theSlots) |
| 137 | { |
no outgoing calls
no test coverage detected