Baigudin Software avatar
EOOS Systems logo
home
ru region
en region

Class «eoos::lib::NoAllocator»

No memory allocator.

  • eoos::lib::NoAllocator

public: static void* allocate(size_t);

Does not allocate memory.

Returns:
The null pointer.

public: static void free(void*);

Does not free any memory.

Back to class list