mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-12 07:03:34 +00:00
fixing valgrind issues, injecting garbage collector inside vulkan's funtions
This commit is contained in:
@@ -9,6 +9,7 @@ namespace mlx
|
||||
MemManager();
|
||||
|
||||
static void* Malloc(std::size_t size);
|
||||
static void* AlignedMalloc(std::size_t alignment, std::size_t size);
|
||||
static void* Calloc(std::size_t n, std::size_t size);
|
||||
static void* Realloc(void* ptr, std::size_t size);
|
||||
static void Free(void* ptr);
|
||||
|
||||
Reference in New Issue
Block a user