Lines Matching defs:ssize
340 static void ClearShadowMemoryForContextStack(uptr stack, uptr ssize) {
343 if (!ssize)
350 ssize += stack - bottom;
351 ssize = RoundUpTo(ssize, PageSize);
352 PoisonShadow(bottom, ssize, 0);
409 uptr stack, ssize;
410 ReadContextStack(ucp, &stack, &ssize);
411 ClearShadowMemoryForContextStack(stack, ssize);
425 ClearShadowMemoryForContextStack(stack, ssize);