Searched refs:RS_ALLOC (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/librecsort/ | ||
H A D | rsprocess.c | 28 #define RS_ALLOC 1024 macro 41 if(!(rs->free = r = (Rsobj_t*)vmalloc(rs->vm,RS_ALLOC*sizeof(Rsobj_t))) ) 43 for(endr = r + RS_ALLOC-1; r < endr; ++r) |
Completed in 19 milliseconds