Ignore:
Timestamp:
Oct 19, 2013, 7:26:53 AM (11 years ago)
Author:
ertl-hiro
Message:

TA_MEMALLOCとTA_MBALLOCを廃止。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp_wo_cfg/trunk/kernel/dataqueue.c

    r62 r63  
    211211                if (pk_cdtq->dtqcnt != 0 && p_dtqmb == NULL) {
    212212                        p_dtqmb = kernel_malloc(sizeof(DTQMB) * pk_cdtq->dtqcnt);
    213                         dtqatr |= TA_MBALLOC;
    214213                }
    215214                if (pk_cdtq->dtqcnt != 0 && p_dtqmb == NULL) {
Note: See TracChangeset for help on using the changeset viewer.