Searched defs:old_raw_size (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Ddata-stack.c494 size_t old_raw_size; /* sorry, non-C99 users - add braces if you need them */ local
495 old_raw_size = *(size_t *)PTR_OFFSET(mem, -(ptrdiff_t)MEM_ALIGN(sizeof(size_t)));
496 i_assert(ALLOC_SIZE(old_raw_size) == last_alloc_size);
499 i_assert(((unsigned char*)mem)[old_raw_size] == CLEAR_CHR);

Completed in 1233 milliseconds