Miles Sound System SDK 7.2a

AILMALLOCCB

The function AILMALLOCCB specifies a pointer to a user-defined memory allocation callback.

void * AILCALLBACK AILMALLOCCB(
  U32 bytes
);

In Parameters

bytes
indicates the number of bytes to allocate.

Returns

Returns the newly allocated pointer.

Discussion

The memory returned by this routine must be aligned on a 16-byte boundary!


Group: Memory and File Services
Related Functions: AILFREECB, AIL_mem_use_malloc
Related Basic Types: U32, void, void *

For technical support, e-mail Miles3@radgametools.com
© Copyright 1991-2007 RAD Game Tools, Inc. All Rights Reserved.