gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:_mem_malloc from t2ex (0.00 seconds)
t2ex
t2ex_source/lib/libtk/src_t2ex/memalloc.c - 12.2KB - 419 lines
292:         /* Allocate memory */
293:         p = _mem_malloc(sz, macb);
294:         if ( p == NULL ) {
More results from memalloc.c
t2ex_source/lib/libtk/src_t2ex/smalloc.c - 3.2KB - 119 lines
63:         UMEMLOCK( return NULL )
64:         p = _mem_malloc(size, &_Smacb);
65:         UMEMUNLOCK()
t2ex_source/t2ex/network/net/src/netmain/if_tkn.c - 28.4KB - 1,184 lines
135: {
136:         return _mem_malloc(sizeof(struct tkn_extbuf), &txrxbufcb);
137: }