We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c0d0f commit c00dcacCopy full SHA for c00dcac
embree/embree.pyx
@@ -20,7 +20,7 @@ from libc.stdlib cimport free
20
IF UNAME_SYSNAME == "Windows":
21
cdef extern from "<malloc.h>":
22
cdef void *_aligned_malloc(size_t size, size_t alignment)
23
- cdef void _aligned_free(void *memblock)
+ cdef void _aligned_free(void *memblock)
24
cdef void *aligned_alloc(size_t size, size_t alignment):
25
return _aligned_malloc(size, alignment)
26
# memory obtained from _aligned_malloc()
0 commit comments