Searched defs:Realloc (Results 1 – 4 of 4) sorted by relevance
56 static void *Realloc(void *ptr, uptr new_size) { in Realloc() function
593 NOINLINE void Realloc(uptr new_capacity) { in Realloc() function
177 Realloc(void *ptr, size_t size, const char *file, int line) in Realloc() function
52 Realloc = 1 << 1, // Allocator function resizes the `allocptr` argument enumerator