X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fkernel%2Fold_slides%2F.git;a=blobdiff_plain;f=05.memory%2F05.memory.xml;h=55010a773e5cf42c4b90cbe0cacc880650fd751f;hp=6b5f73a1747cf925c5ce95aea9e956ac473cf032;hb=abeba75293909ac83f4b4587769705b94857112a;hpb=7075c56014b0581e412c6d6b2eaabb531e564d21 diff --git a/05.memory/05.memory.xml b/05.memory/05.memory.xml index 6b5f73a..55010a7 100644 --- a/05.memory/05.memory.xml +++ b/05.memory/05.memory.xml @@ -67,13 +67,16 @@ caches. You should use kmem\_cache\_create to allocate a -kmem\_cache\_t. It has a name, an object size, alignment, -flags and a constructor. +struct kmem\_cache. It has a name, an object size, +alignment, flags and a constructor. The destructor parameter has been removed, since 2.6.27. +The typedef kmem\_cache\_t was removed in 2.6.23. + + It is destroyed with kmem\_cache\_destroy.