|
nany
|
Public Attributes | |
| void * | userdata |
| nybool_t(* | create_mt )(struct nyallocator_t *, const struct nyallocator_cf_t *) |
| nybool_t(* | create_st )(struct nyallocator_t *, const struct nyallocator_cf_t *) |
| void(* | on_not_enough_memory )(struct nyallocator_t *, nybool_t limit_reached) |
| nybool_t(* nyallocator_cf_t::create_mt) (struct nyallocator_t *, const struct nyallocator_cf_t *) |
Create a multi-threaded allocator
| nybool_t(* nyallocator_cf_t::create_st) (struct nyallocator_t *, const struct nyallocator_cf_t *) |
Create a single-threaded allocator
| void(* nyallocator_cf_t::on_not_enough_memory) (struct nyallocator_t *, nybool_t limit_reached) |
event: not enough memory
1.8.12