EasyManuals Logo

Texas Instruments TMS34010 User Manual

Texas Instruments TMS34010
128 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #58 background imageLoading...
Page #58 background image
free
Free
Memory
from
Allocation
Syntax
#include <memory.h>
int
free(pointer)
char
·pointer;
free
Description
This routine deallocates a packet
of
memory (pointed to
by
pointer) previ-
ously allocated by mal/oc, cal/oc, or real/oc.
If
you attempt
to
free a packet
not
previously allocated, the function takes no action and returns. Refer
to
Section 6.1.1, Specifying the Size
of
Memory
to
Manage,
for
more infor-
mation on allocating memory.
Example
char
*x;
x =
malloc(lO);
free(x);
/*
allocate
10
bytes
*/
/*
free
10
bytes
*/
6-7

Table of Contents

Other manuals for Texas Instruments TMS34010

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TMS34010 and is the answer not in the manual?

Texas Instruments TMS34010 Specifications

General IconGeneral
BrandTexas Instruments
ModelTMS34010
CategoryComputer Hardware
LanguageEnglish

Related product manuals