Searched refs:new_labels (Results 1 – 2 of 2) sorted by relevance
330 unsigned *new_labels; in alloc_label() local332 new_labels = heap_realloc(ctx->labels, 2*ctx->labels_size*sizeof(*ctx->labels)); in alloc_label()333 if(!new_labels) in alloc_label()336 ctx->labels = new_labels; in alloc_label()
403 unsigned *new_labels; in alloc_label() local405 new_labels = heap_realloc(ctx->labels, 2*ctx->labels_size*sizeof(*ctx->labels)); in alloc_label()406 if(!new_labels) in alloc_label()409 ctx->labels = new_labels; in alloc_label()