Lines Matching refs:realloc
19 * `realloc`
32 NOTE: There is a small behavioral change beginning in P for realloc.
33 Before, a realloc from one size to a smaller size would not update the
34 backtrace related to the allocation. Starting in P, every single realloc
170 filled with the value 0xeb. When doing a realloc to a larger size, the bytes
328 new\_pointer = realloc(old\_pointer, size)
330 **THREAD\_ID**: realloc new\_pointer old\_pointer size
334 186: realloc 0xb609f080 0xb603e9a0 12
380 free/malloc\_usable\_size/realloc calls are passed valid pointers.
393 malloc\_usable\_size, realloc.
442 … 04-15 12:00:31.304 7412 7412 E malloc_debug: +++ ALLOCATION 0x12345678 USED AFTER FREE (realloc)
444 Would indicate that the application called the *realloc* function