ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
platform/memory.h
Go to the documentation of this file.
1#pragma once
2
17#include <stddef.h>
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
44size_t platform_malloc_size(const void *ptr);
45
46#ifdef __cplusplus
47}
48#endif
49
size_t platform_malloc_size(const void *ptr)
Get the size of an allocated memory block.