| 1511 | } |
| 1512 | |
| 1513 | NULLCArray<void> __newA(int size, int count, unsigned typeID, void* unused) |
| 1514 | { |
| 1515 | return NULLC::AllocArray(size, count, typeID); |
| 1516 | } |
| 1517 | |
| 1518 | int isStackPointer(NULLCRef ptr, void* unused) |
| 1519 | { |
no outgoing calls
no test coverage detected