Home
last modified time | relevance | path

Searched refs:old_ptr (Results 1 – 2 of 2) sorted by relevance

/tools/include/nolibc/
Dstdlib.h165 void *realloc(void *old_ptr, size_t new_size) in realloc() argument
171 if (!old_ptr) in realloc()
174 heap = container_of(old_ptr, struct nolibc_heap, user_p); in realloc()
182 return old_ptr; in realloc()
/tools/testing/selftests/mm/
Dhmm-tests.c690 void *old_ptr; in TEST_F() local
716 old_ptr = buffer->ptr; in TEST_F()
733 buffer->ptr = old_ptr; in TEST_F()