kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

mm_malloc.h (240B)


      1 #pragma once
      2 
      3 /* Clang's x86 <malloc.h> companion declares aligned allocation helpers.
      4  * llvm-mingw's CRT headers include it for x64; kit uses the CRT prototypes
      5  * from mingw headers and does not need Clang's intrinsic companion here. */