Rev 822 | Rev 1196 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 822 | Rev 1144 | ||
|---|---|---|---|
| Line 37... | Line 37... | ||
| 37 | * (in Solaris they are held in linked list in slab cache) |
37 | * (in Solaris they are held in linked list in slab cache) |
| 38 | * |
38 | * |
| 39 | * Following features are not currently supported but would be easy to do: |
39 | * Following features are not currently supported but would be easy to do: |
| 40 | * - cache coloring |
40 | * - cache coloring |
| 41 | * - dynamic magazine growing (different magazine sizes are already |
41 | * - dynamic magazine growing (different magazine sizes are already |
| 42 | * supported, but we would need to adjust allocating strategy) |
42 | * supported, but we would need to adjust allocation strategy) |
| 43 | * |
43 | * |
| 44 | * The SLAB allocator supports per-CPU caches ('magazines') to facilitate |
44 | * The SLAB allocator supports per-CPU caches ('magazines') to facilitate |
| 45 | * good SMP scaling. |
45 | * good SMP scaling. |
| 46 | * |
46 | * |
| 47 | * When a new object is being allocated, it is first checked, if it is |
47 | * When a new object is being allocated, it is first checked, if it is |