Skip to content
Snippets Groups Projects
Commit ab190136 authored by Brad Barber's avatar Brad Barber
Browse files

ptr_intT is typically signed

parent a61e37f7
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ Trace short and quick memory allocations at T5
On 64-bit machines, a pointer may be larger than an 'int'.
qh_meminit()/mem.c checks that 'ptr_intT' holds a 'void*'
ptr_intT is not defined as 'long long' for portability to older compilers
ptr_intT is signed
ptr_intT is typically a signed value, but not necessarily so
size_t is typically unsigned, but should match the parameter type
Qhull uses int instead of size_t except for system calls such as malloc, qsort, qh_malloc, etc.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment