RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Functions
t-test-rtems-memory.c File Reference

This source file contains the implementation of T_memory_allocate(), T_memory_deallocate(), and T_memory_action(). More...

#include <rtems/test.h>
#include <rtems/score/memory.h>
#include <rtems/sysinit.h>

Functions

 RTEMS_SYSINIT_ITEM (T_memory_initialize, RTEMS_SYSINIT_WORKSPACE, RTEMS_SYSINIT_ORDER_FIRST)
 
void * T_memory_allocate (size_t size)
 
void T_memory_deallocate (void *ptr)
 
void T_memory_action (T_event event, const char *name)
 

Detailed Description

This source file contains the implementation of T_memory_allocate(), T_memory_deallocate(), and T_memory_action().