Chapter 5 C Routines Reference
Allocate memory for use in C or C++ component code.
void * JAG_PUBLIC JagAlloc(
SQLINTEGER len
);
len
The number of bytes to be allocated.
A pointer to newly allocated memory or NULL if the requested block of memory can not be allocated.
Memory allocated with JagAlloc must be freed with JagFree.
Copyright © 2000 Sybase, Inc. All rights reserved. |
![]() |