Home
last modified time | relevance | path

Searched refs:newcachelist (Results 1 – 1 of 1) sorted by relevance

/dports/benchmarks/sipp/sipp-3.5.1/src/
H A Drtpstream.cpp639 cached_file_t *newcachelist; in rtpstream_cache_file() local
682newcachelist= (cached_file_t*) realloc(cached_files,sizeof(*cached_files)*(num_cached_files+RTPSTR… in rtpstream_cache_file()
683 if (!newcachelist) { in rtpstream_cache_file()
688 cached_files= newcachelist; in rtpstream_cache_file()