| 698 | return NULL; |
| 699 | } |
| 700 | GenericContext* CreateGenericContext(unsigned genericStart) |
| 701 | { |
| 702 | generic = new (functionPool.Allocate(sizeof(GenericContext))) GenericContext(); |
| 703 | generic->start = genericStart; |
| 704 | return generic; |
| 705 | } |
| 706 | // Specialized allocation |
| 707 | void* operator new(size_t size) |
| 708 | { |