| commit | b4722cedb33a615bb687e172af7872f94c3fcd09 | [log] [tgz] |
|---|---|---|
| author | Pali Rohár <pali.rohar@gmail.com> | Tue Apr 08 00:20:44 2025 +0200 |
| committer | Martin Storsjö <martin@martin.st> | Wed Apr 09 14:32:27 2025 +0300 |
| tree | 00670327af854f2cfbbd675cfad813e0e5d696ca | |
| parent | a91e27b3d9ce6040c22f76c3156e8f694cef0141 [diff] |
crt: Implement __mingw_aligned_msize() function Its API is same as MS CRT _aligned_msize() function. It can be used only on the memory allocated and returned by the __mingw_aligned_offset_malloc() and __mingw_aligned_offset_realloc() functions. Signed-off-by: Martin Storsjö <martin@martin.st>