Search | Google it | Results 1 - 2 of 2 for funcall:Kmalloc from tkernel_2 (0.00 seconds) |
896: /* Create "GDI" */ 897: gdi = Kmalloc(sizeof(*gdi)); 898: if ( gdi == NULL ) { err = E_NOMEM; goto err_ret1; }
239: /* Create "SDI"*/ 240: sdi = Kmalloc(sizeof(*sdi)); 241: if ( sdi == NULL ) { err = E_NOMEM; goto err_ret1; }