| 58 | delete array; |
| 59 | } |
| 60 | bool GetHandleApproxSize(HandleType_t type, void *object, unsigned int *pSize) |
| 61 | { |
| 62 | CellArray *pArray = (CellArray *)object; |
| 63 | *pSize = sizeof(CellArray) + pArray->mem_usage(); |
| 64 | return true; |
| 65 | } |
| 66 | } s_CellStackHelpers; |
| 67 | |
| 68 | static cell_t CreateStack(IPluginContext *pContext, const cell_t *params) |