HomeSort by relevance Sort by last modified time
    Searched refs:hieralloc_reallocate (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/talloc/
hieralloc.h 25 #define hieralloc_realloc(ctx, p, type, count) (type *)hieralloc_reallocate(ctx, p, sizeof(type) * count, "re:"#type)
34 void * hieralloc_reallocate(const void * context, void * ptr, unsigned size, const char * name);
hieralloc.c 173 void * hieralloc_reallocate(const void * context, void * ptr, unsigned size, const char * name) function
367 char * ret = (char *)hieralloc_reallocate(header->parent + 1, str, sizeof(char) * (len + appendLen + 1), str);
449 str = (char *)hieralloc_reallocate(NULL, str, sizeof(char) * (len + appendLen + 1), str);

Completed in 59 milliseconds