diff options
Diffstat (limited to 'src/runtime/c/gu/mem.c')
| -rw-r--r-- | src/runtime/c/gu/mem.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/runtime/c/gu/mem.c b/src/runtime/c/gu/mem.c index bc3010790..ae355e5b6 100644 --- a/src/runtime/c/gu/mem.c +++ b/src/runtime/c/gu/mem.c @@ -339,8 +339,3 @@ gu_pool_free(GuPool* pool) extern inline void* gu_malloc(GuPool* pool, size_t size); - -extern inline void* -gu_malloc_init_aligned(GuPool* pool, size_t size, size_t alignment, - const void* init); - |
