Home | History | Annotate | Download | only in JIT

Lines Matching full:slabs

43 STATISTIC(NumSlabs, "Number of slabs of memory allocated by the JIT");
299 // Memory slabs allocated by the JIT. We refer to them as slabs so we don't
325 /// DefaultSlabSize - Allocate data into slabs of this size unless we get
904 // Allocate memory for code in 512K slabs.
907 // Allocate globals and stubs in slabs of 64K. (probably 16 pages)