| 
    Labor04
    
   | 
 

Macros | |
| #define | MPU_WRAPPERS_INCLUDED_FROM_API_FILE | 
| #define | configADJUSTED_HEAP_SIZE ( configTOTAL_HEAP_SIZE - portBYTE_ALIGNMENT ) | 
Functions | |
| void * | pvPortMalloc (size_t xWantedSize) | 
| void | vPortFree (void *pv) | 
| void | vPortInitialiseBlocks (void) | 
| size_t | xPortGetFreeHeapSize (void) | 
Variables | |
| static uint8_t | ucHeap [configTOTAL_HEAP_SIZE] | 
| static size_t | xNextFreeByte = ( size_t ) 0 | 
| #define configADJUSTED_HEAP_SIZE ( configTOTAL_HEAP_SIZE - portBYTE_ALIGNMENT ) | 
| #define MPU_WRAPPERS_INCLUDED_FROM_API_FILE | 
| void* pvPortMalloc | ( | size_t | xWantedSize | ) | 


| void vPortFree | ( | void * | pv | ) | 

| void vPortInitialiseBlocks | ( | void | ) | 
| size_t xPortGetFreeHeapSize | ( | void | ) | 
      
  | 
  static | 
      
  | 
  static |