#include <stddef.h>
#include <stdint.h>
#include "../core/ma_config_internal.h"
Go to the source code of this file.
◆ ma_abort()
◆ ma_calloc()
void* ma_calloc |
( |
size_t |
nmemb, |
|
|
size_t |
size |
|
) |
| |
◆ ma_free()
void ma_free |
( |
void * |
ptr | ) |
|
◆ ma_get_time_ms()
int64_t ma_get_time_ms |
( |
void |
| ) |
|
◆ ma_get_time_us()
int64_t ma_get_time_us |
( |
void |
| ) |
|
◆ ma_malloc()
void* ma_malloc |
( |
size_t |
size | ) |
|
◆ ma_printf()
int ma_printf |
( |
const char * |
fmt, |
|
|
|
... |
|
) |
| |
◆ ma_realloc()
void* ma_realloc |
( |
void * |
ptr, |
|
|
size_t |
size |
|
) |
| |
◆ ma_sleep()
void ma_sleep |
( |
uint32_t |
ms | ) |
|
◆ ma_usleep()
void ma_usleep |
( |
uint32_t |
us | ) |
|