X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/34e8f8296870d0e8695f90e1a54240a589d41312..065eae9f38780a3602538caa52399f41f061a88e:/gen/malloc_zone_malloc.3?ds=inline diff --git a/gen/malloc_zone_malloc.3 b/gen/malloc_zone_malloc.3 index 4f0006b..52d4c19 100644 --- a/gen/malloc_zone_malloc.3 +++ b/gen/malloc_zone_malloc.3 @@ -92,10 +92,11 @@ function creates a malloc zone, advising an initial allocation of .Fa start_size bytes, and specifying .Fa flags -that alter the standard behavior of the zone. The returned malloc zone can be used to provide custom allocation and deallocation behavior, and to retrieve additional information about the allocations in that zone. +At present there are no client settable flag values recognized by malloc_create_zone(), +the flags argument should always be passed as zero. .Pp The .Fn malloc_destroy_zone