Changeset 4ed41b3 in mainline for kernel/genarch/include

Timestamp:
2018-02-20T11:07:51Z (8 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a211838
Parents:
fec0240
Message:

use a dedicated cache for the per-CPU magazines of caches

This avoids using the malloc()/free() API within the SLAB allocator
itself (which was slightly inconsistent) and it should also conserve
memory since the cache for the per-CPU magazines is sized precisely
according to the number of CPUs.

(No files)

Note: See TracChangeset for help on using the changeset viewer.