13.4.6 Fixed-sized memory pool information
The number of fixed-sized memory pool information items that can be specified is defined as being within the range of 0 to 127.
Note The CF78V4 outputs to the system information header file the correspondence between the fixed-sized memory pool names and IDs, in the following format. Consequently, fixed-sized memory pool names can be used in the place of IDs by including the relevant system information header file using the processing program.
Specifies the attribute (queuing method) of the fixed-sized memory pool.
The keywords that can be specified for mpfatr are TA_TFIFO.
The keywords that can be specified for mpfatr are TA_TFIFO.
TA_TFIFO: If a memory block could not be acquired (no available memory blocks exist) when get_mpf or tget_mpf is issued, the task is queued to the fixed-sized memory pool wait queue in the order of memory block acquisition request.
Specifies the total number of memory blocks.
A value between 1 and 16383 can be specified for blkcnt.
A value between 1 and 16383 can be specified for blkcnt.
Specifies the memory block size (in bytes).
A value between 4 and 65534, aligned to a 2-byte boundary, can be specified for blksz.
A value between 4 and 65534, aligned to a 2-byte boundary, can be specified for blksz.
Values that can be specified for sec_nam are limited to kernel_work0, kernel_work1, kernel_work2, or kernel_work3.