Lines Matching refs:we
31 is how we expect the compiler, application and kernel to work together.
59 6) Whenever memory is freed, we know that it can no longer contain valid
60 pointers, and we attempt to free the associated space in the bounds
61 tables. If an entire table becomes unused, we will attempt to free
127 Q: Can virtual space simply be reserved for the bounds tables so that we
132 even if we clean them up aggressively. In the worst-case scenario, the
136 If we were to preallocate them for the 128TB of user virtual address
137 space, we would need to reserve 512TB+2GB, which is larger than the
143 Q: Can we preallocate bounds table space at the same time memory is
146 A: This would work if we could hook the site of each and every memory
160 bounds tables that we could think of, we create them on demand in
221 optimization, we have to get the base of bounds directory and save it