Home | History | Annotate | Download | only in cintltst

Lines Matching refs:malloc

402     sortKey1 =(uint8_t*)malloc(sizeof(uint8_t) * (sortklenmax+1));
403 sortKey1a=(uint8_t*)malloc(sizeof(uint8_t) * (sortklenmax+1));
407 sortKey2 =(uint8_t*)malloc(sizeof(uint8_t) * (sortklenmax+1));
408 sortKey2a=(uint8_t*)malloc(sizeof(uint8_t) * (sortklenmax+1));
478 OrderAndOffset *orders =(OrderAndOffset *)malloc(sizeof(OrderAndOffset) * maxSize);
487 temp = (OrderAndOffset *)malloc(sizeof(OrderAndOffset) * maxSize);
504 temp = (OrderAndOffset *)malloc(sizeof(OrderAndOffset) * size);