File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ This is a generalized stack container lib with additional debug options like has
771 . STACK_USE_POISON - enables poisoning (filling with predefined value) of elemen of stack [ ** SLOW** ]
882 . STACK_USE_PTR_POISON - enables poisoning of structural pointers
993 . STACK_USE_CANARY - enables canaries (arrays of predefined ULL values on both sides of data) constance of which is checked
10- 4 . STACK_USE_STRUCT_HASH - enables calculation of hash of valuable values (like capacity, len etc.) inside stack structure
11- 5 . STACK_USE_DATA_HASH - enables calculation of bitwise hash of data [ ** SLOW** ]
10+ 4 . STACK_USE_STRUCT_HASH - enables calculation of hash of valuable values (like capacity, len etc.) inside stack structure, for now requires SSE4.2
11+ 5 . STACK_USE_DATA_HASH - enables calculation of bitwise hash of data, for now requires SSE4.2 [ ** SLOW** ]
12126 . STACK_USE_CAPACITY_SYS_CHECK - enables system capacity correctness check (via malloc_usable_size in unix or _ msize in windows)
13137 . STACK_USE_PTR_SYS_CHECK - enables system ptr correctness check (os dependent) [ ** SLOW** ]
14148 . STACK_VERBOSE 2 - sets the level of log verbosity from 0 to 2; if not defined eq. 0
You can’t perform that action at this time.
0 commit comments