Home
last modified time | relevance | path

Searched refs:oldp (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/search/
Dpage.h86 BUFHEAD *oldp; member
Dhash_bigkey.c633 ret->oldp = op; in __big_split()
661 ret->oldp = tmpp; in __big_split()
Dhash_page.c298 old_bufp = ret.oldp; in ugly_split()
/picolibc-latest/newlib/libc/stdlib/
Dmallocr.c2345 mchunkptr oldp; /* chunk corresponding to oldmem */ in rEALLOc()
2374 newp = oldp = mem2chunk(oldmem); in rEALLOc()
2375 newsize = oldsize = chunksize(oldp); in rEALLOc()
2388 if (chunk_is_mmapped(oldp)) in rEALLOc()
2391 newp = mremap_chunk(oldp, nb); in rEALLOc()
2412 munmap_chunk(oldp); in rEALLOc()
2418 check_inuse_chunk(oldp); in rEALLOc()
2425 next = chunk_at_offset(oldp, oldsize); in rEALLOc()
2436 top = chunk_at_offset(oldp, nb); in rEALLOc()
2438 set_head_size(oldp, nb); in rEALLOc()
[all …]