summaryrefslogtreecommitdiffstats
path: root/thirdparties/win32/include/BroadVoice16/bvcommon/memutil.h
blob: 4c67f5f239083ee36f9d7c3787ec7c8f9c719ec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*****************************************************************************/
/* BroadVoice(R)16 (BV16) Fixed-Point ANSI-C Source Code                     */
/* Revision Date: November 13, 2009                                          */
/* Version 1.1                                                               */
/*****************************************************************************/

/*****************************************************************************/
/* Copyright 2000-2009 Broadcom Corporation                                  */
/*                                                                           */
/* This software is provided under the GNU Lesser General Public License,    */
/* version 2.1, as published by the Free Software Foundation ("LGPL").       */
/* This program is distributed in the hope that it will be useful, but       */
/* WITHOUT ANY SUPPORT OR WARRANTY; without even the implied warranty of     */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the LGPL for     */
/* more details.  A copy of the LGPL is available at                         */
/* http://www.broadcom.com/licenses/LGPLv2.1.php,                            */
/* or by writing to the Free Software Foundation, Inc.,                      */
/* 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.                 */
/*****************************************************************************/


/*****************************************************************************
  memutil.h : Common Fixed-Point Library: memory utilities

  $Log$
******************************************************************************/

Word16 *allocWord16(long nl, long nh);
void deallocWord16(Word16 *v, long nl, long nh);
Word32 *allocWord32(long nl, long nh);
void deallocWord32(Word32 *v, long nl, long nh);
OpenPOWER on IntegriCloud