| 113 | return (stack<=p) && (p<=(stack + stackSize)); |
| 114 | } |
| 115 | __forceinline uint32_t free_size() const { |
| 116 | return uint32_t(stackTop - stack); |
| 117 | } |
| 118 | public: |
| 119 | char * stack = nullptr; |
| 120 | char * evalTop = nullptr; |
no outgoing calls
no test coverage detected