-   
 
   del_mpf
  
    -   
  
 
 Delete fixed-sized memory pool.
 
 ER      del_mpf (ID mpfid);
 
  
  
    | 
 | 
    
 | 
    
 | 
  
  
    | 
 | 
    
 ID      mpfid;
 
 | 
    
 ID number of the fixed-sized memory pool.
  
 | 
  
 
 This service call can be called from tasks that belong to 
Trusted Domain.
 
 This service call deletes the fixed-sized memory pool indicated by 
mpfid.
 
 When there are waiting tasks for the target fixed-sized memory pool by using 
get_mpf or 
tget_mpf, this service call cancels the WAITING state of the tasks and returns E_DLT as a return value of the 
get_mpf or 
tget_mpf.
 
 
  
  
    | 
 | 
    
 | 
    
 | 
  
  
    | 
 | 
    
 | 
    
 | 
  
  
    | 
 | 
    
 | 
    
 | 
  
  
    | 
 | 
    
 | 
    
 -	 This service call was issued in the CPU locked state.
  
 -	 This service call was issued from non-task.
  
 -	 This service call was issued in the status "PSW.IPL > kernel interrupt mask level".
  
 | 
  
  
    | 
 | 
    
 | 
    
 -	 Stack pointer points out of user stack for invoking task.
  
 | 
  
  
    | 
 | 
    
 | 
    
 -	 The invoking task does not belong to trusted domain.
  
 | 
  
  
    | 
 | 
    
 | 
    
 -	 The fixed-sized memory pool specified by  mpfid does not exist.
  
 |