SysLink API Reference  2.21.03.11
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Memory.h
Go to the documentation of this file.
1 
12 /*
13  * ============================================================================
14  *
15  * Copyright (c) 2008-2012, Texas Instruments Incorporated
16  *
17  * Redistribution and use in source and binary forms, with or without
18  * modification, are permitted provided that the following conditions
19  * are met:
20  *
21  * * Redistributions of source code must retain the above copyright
22  * notice, this list of conditions and the following disclaimer.
23  *
24  * * Redistributions in binary form must reproduce the above copyright
25  * notice, this list of conditions and the following disclaimer in the
26  * documentation and/or other materials provided with the distribution.
27  *
28  * * Neither the name of Texas Instruments Incorporated nor the names of
29  * its contributors may be used to endorse or promote products derived
30  * from this software without specific prior written permission.
31  *
32  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
33  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
34  * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
35  * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
36  * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
37  * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
38  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
39  * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
40  * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
41  * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
42  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
43  * Contact information for paper mail:
44  * Texas Instruments
45  * Post Office Box 655303
46  * Dallas, Texas 75265
47  * Contact information:
48  * http://www-k.ext.ti.com/sc/technical-support/product-information-centers.htm?
49  * DCMP=TIHomeTracking&HQS=Other+OT+home_d_contact
50  * ============================================================================
51  *
52  */
53 
54 
55 
56 #ifndef MEMORY_H_0xC97E
57 #define MEMORY_H_0xC97E
58 
59 
60 /*------------------------- OSAL and utils ----------------------------- */
63 #include <ti/syslink/utils/_Memory.h>
64 
65 /* Module headers */
66 #include <ti/syslink/utils/IHeap.h>
67 
68 
69 #if defined (__cplusplus)
70 extern "C" {
71 #endif
72 
73 
74 /* =============================================================================
75  * Macros
76  * =============================================================================
77  */
83 #define Memory_Q_BLOCKING 1
84 
85 /* =============================================================================
86  * Structures & Enums. See MemoryDefs.h
87  * =============================================================================
88  */
89 
90 /* =============================================================================
91  * APIs
92  * =============================================================================
93  */
108 Ptr Memory_alloc (IHeap_Handle heap, SizeT size, SizeT align, Ptr eb);
109 
125 Ptr Memory_calloc (IHeap_Handle heap, SizeT size, SizeT align, Ptr eb);
126 
136 Void Memory_free (IHeap_Handle heap, Ptr block, SizeT size);
137 
147 
156 Bool Memory_query (IHeap_Handle heap, Int qual);
157 
164 
182  SizeT size,
183  SizeT align,
184  Char value,
185  Ptr eb);
186 
187 
188 /* =============================================================================
189  * APIs that are added for MemoryOS
190  * =============================================================================
191  */
192 
196 #define Memory_copy MemoryOS_copy
197 
201 #define Memory_set MemoryOS_set
202 
203 
204 #if defined (__cplusplus)
205 }
206 #endif /* defined (__cplusplus) */
207 
208 #endif /* ifndef MEMORY_H_0xC97E */
Copyright 2014, Texas Instruments Incorporated