Lines Matching refs:memctl
677 new = match_data->memctl.malloc(newsize, match_data->memctl.memory_data);
684 match_data->memctl.free(match_data->heapframes, match_data->memctl.memory_data);
6461 match_data->memctl.free((void *)match_data->subject,
6462 match_data->memctl.memory_data);
6557 match_data->subject = match_data->memctl.malloc(length,
6558 match_data->memctl.memory_data);
6717 mb->memctl = re->memctl;
6719 else mb->memctl = mcontext->memctl;
6846 match_data->memctl.free(match_data->heapframes,
6847 match_data->memctl.memory_data);
6848 match_data->heapframes = match_data->memctl.malloc(heapframes_size,
6849 match_data->memctl.memory_data);
7495 match_data->subject = match_data->memctl.malloc(length,
7496 match_data->memctl.memory_data);