|
Ylva And Malin
|

Functions | |
| ym_errc | ym_create_allocator (ym_alloc_strategy strategy, void *memory, uint size, ym_allocator_cfg *allocator_cfg, ym_allocator *out_allocator) |
| ym_errc | ym_destroy_allocator (ym_allocator *allocator) |
| ym_errc | ym_allocate (ym_allocator *allocator, int size, void **ptr) |
| ym_errc | ym_deallocate (ym_allocator *allocator, int size, void *ptr) |
| ym_errc ym_allocate | ( | ym_allocator * | allocator, |
| int | size, | ||
| void ** | ptr | ||
| ) |


| ym_errc ym_create_allocator | ( | ym_alloc_strategy | strategy, |
| void * | memory, | ||
| uint | size, | ||
| ym_allocator_cfg * | allocator_cfg, | ||
| ym_allocator * | out_allocator | ||
| ) |

| ym_errc ym_deallocate | ( | ym_allocator * | allocator, |
| int | size, | ||
| void * | ptr | ||
| ) |


| ym_errc ym_destroy_allocator | ( | ym_allocator * | allocator | ) |

1.8.11