Home | History | Annotate | Download | only in src

Lines Matching full:zbase

3138 			void *zbase = (void *)((uintptr_t)ptr + oldsize);
3139 void *zpast = PAGE_ADDR2BASE((void *)((uintptr_t)zbase +
3141 size_t nzero = (uintptr_t)zpast - (uintptr_t)zbase;
3143 memset(zbase, 0, nzero);