Lines Matching full:layer
25 layer wrapping malloc/new, which is controlled by `win_use_allocator_shim`.
26 The shim layer provides extra security features, such as preventing large
45 both the allocator and the shim layer are disabled.
50 applicable) and the linker flags required for the Windows shim layer.
71 set of linker flags to pull in tcmalloc or the Windows shim-layer.
76 This directory contains just the allocator (i.e. shim) layer that switches
108 | malloc & friends | -> | shim layer | -> | Routing to |
150 route allocator calls inside the shim layer.
160 **2. Shim layer implementation**
177 **How does the Windows shim layer replace the malloc symbols?**