mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
NSZone is a struct not a class
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19795 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d9c72cc778
commit
1c76ff464e
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ in multiples of this size. The GNUstep/Objective-C mechanisms supporting
|
|||
memory allocation are therefore described here.
|
||||
|
||||
The fundamental structure describing a region of memory in GNUstep is called a
|
||||
@i{Zone}, and it is represented by the class @code{NSZone}. All
|
||||
@i{Zone}, and it is represented by the @code{NSZone} struct. All
|
||||
@code{NSObject} methods dealing with the allocation of memory optionally take
|
||||
an @code{NSZone} argument specifying the Zone to get the memory from. For
|
||||
example, in addition to the fundamental @code{alloc} method described above,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue