mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08:00
Use std::aligned_alloc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user