Searched refs:LOW_GUARD_SIZE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclCkalloc.c51 #define LOW_GUARD_SIZE (8 + (32 - (sizeof(long) + sizeof(int)))%8) macro
60 unsigned char low_guard[LOW_GUARD_SIZE];
223 for (idx = 0; idx < LOW_GUARD_SIZE; idx++) {
267 memset(memHeaderP->low_guard, 0, LOW_GUARD_SIZE);
412 memset(result->low_guard, GUARD_VALUE, LOW_GUARD_SIZE);
506 memset(result->low_guard, GUARD_VALUE, LOW_GUARD_SIZE);
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclCkalloc.c51 #define LOW_GUARD_SIZE (8 + (32 - (sizeof(long) + sizeof(int)))%8) macro
60 unsigned char low_guard[LOW_GUARD_SIZE];
221 for (idx = 0; idx < LOW_GUARD_SIZE; idx++) {
265 memset ((char *) memHeaderP->low_guard, 0, LOW_GUARD_SIZE);
404 memset ((char *) result->low_guard, GUARD_VALUE, LOW_GUARD_SIZE);
492 memset ((char *) result->low_guard, GUARD_VALUE, LOW_GUARD_SIZE);

Completed in 280 milliseconds