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
20
extern
"C"
{
21
#endif
22
44
size_t
platform_malloc_size
(
const
void
*ptr);
45
46
#ifdef __cplusplus
47
}
48
#endif
49
platform_malloc_size
size_t platform_malloc_size(const void *ptr)
Get the size of an allocated memory block.
lib
platform
memory.h
Generated by
1.9.8