![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
Macros | |
#define | ALIGN(value, alignment) (((value)+(alignment-1))&~(alignment-1)) |
Functions | |
void * | _aligned_malloc (size_t s, size_t alignTo) |
void | _aligned_free (void *p) |
void | GlobalMemoryStatusEx (LPMEMORYSTATUSEX lpBuffer) |
#define ALIGN | ( | value, | |
alignment | |||
) | (((value)+(alignment-1))&~(alignment-1)) |
void * _aligned_malloc | ( | size_t | s, |
size_t | alignTo | ||
) |
void GlobalMemoryStatusEx | ( | LPMEMORYSTATUSEX | lpBuffer | ) |