Search | Google it | Results 1 - 1 of 1 for funcall:_tkm_init from tkernel_2/lib/libtk/src/libinit.c (0.00 seconds) |
61: /* malloc initialization */ 62: _tkm_init((UINT)rng, &_Kmacb); /* Kmalloc init */ 63: _tkm_init((UINT)rng|TA_NORESIDENT, &_Vmacb); /* Vmalloc init */ 64: _tkm_init(TA_RNG3|TA_NORESIDENT, &_Smacb); /* Smalloc init */ 65: