Use std::aligned_alloc

This commit is contained in:
Dariusz Orzechowski
2020-07-20 06:20:31 +02:00
parent 4cceeb7380
commit 675672cfc1
4 changed files with 2 additions and 21 deletions

View File

@@ -134,7 +134,4 @@ namespace WinProcGroup {
void bindThisThread(size_t idx);
}
extern void* aligned_malloc(size_t size, size_t align);
extern void aligned_free(void* ptr);
#endif // #ifndef MISC_H_INCLUDED