void* Ns_PoolAlloc ( Ns_Pool* pool, unsigned int size );
void* Ns_PoolAlloc (
Ns_Pool* pool,
unsigned int size
);
Alloc memory within a pool. Memory pools are thread-specific memory that reduce the number of globally-locking malloc(3C) calls.
Top of Page
Copyright © 1998-99 America Online, Inc.