Searched refs:linear_realloc (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | ralloc.h | 521 void *linear_realloc(void *parent, void *old, unsigned new_size);
|
| H A D | ralloc.c | 586 * linear_size_chunk is only needed by linear_realloc. 748 linear_realloc(void *parent, void *old, unsigned new_size) function in typeref:typename:void * 861 ptr = linear_realloc(parent, *str, *start + new_length + 1); 880 both = linear_realloc(parent, *dest, existing_length + n + 1);
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | ralloc.h | 583 void *linear_realloc(void *parent, void *old, unsigned new_size);
|
| H A D | ralloc.c | 585 * linear_size_chunk is only needed by linear_realloc. 747 linear_realloc(void *parent, void *old, unsigned new_size) function in typeref:typename:void * 860 ptr = linear_realloc(parent, *str, *start + new_length + 1); 879 both = linear_realloc(parent, *dest, existing_length + n + 1);
|
Completed in 5 milliseconds