Changeset 11290355 in rtems for cpukit/score/include
- Timestamp:
- 09/29/95 17:19:16 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1ceface
- Parents:
- 1039ae4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/include/rtems/score/heap.h
r1039ae4 r11290355 281 281 /*PAGE 282 282 * 283 * _Heap_User_ Block_at284 * 285 */ 286 287 STATIC INLINE Heap_Block *_Heap_User_ Block_at(283 * _Heap_User_block_at 284 * 285 */ 286 287 STATIC INLINE Heap_Block *_Heap_User_block_at( 288 288 void *base 289 289 );
Note: See TracChangeset
for help on using the changeset viewer.