|
From: | Stefan Monnier |
Subject: | Re: Emacs-26 threads problem [win64] |
Date: | Sun, 15 Oct 2017 12:41:18 -0400 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
>> The malloc() and calloc() functions return a pointer to the allocated >> memory, which is suitably aligned for any built-in type. ^^^^^ This implies it has to be at least aligned with max_align_t IOW apparently on 64bit Windows malloc will return an object aligned on a 16B boundary. Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |