Home
last modified time | relevance | path

Searched refs:__collector_reallocVSize (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dmemmgr.h57 void *__collector_reallocVSize (Heap *heap, void *ptr, unsigned newsz);
H A Dmmaptrace.c268 mapcache = __collector_reallocVSize (__collector_heap, mapcache, 0); in __collector_ext_mmap_deinstall()
310 mapcache = __collector_reallocVSize (__collector_heap, mapcache, 0); in __collector_mmap_fork_child_cleanup()
645 maptext = __collector_reallocVSize (__collector_heap, maptext, bufsz); in update_map_segments()
691 mapcache = __collector_reallocVSize (__collector_heap, mapcache, in update_map_segments()
H A Dmemmgr.c342 __collector_reallocVSize (Heap *heap, void *ptr, unsigned newsz) in __collector_reallocVSize() function
H A Dcollector.c410 return __collector_reallocVSize (heap ? heap : __collector_heap, ptr, sz); in reallocVSize()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dmemmgr.h57 void *__collector_reallocVSize (Heap *heap, void *ptr, unsigned newsz);
H A Dmmaptrace.c278 mapcache = __collector_reallocVSize (__collector_heap, mapcache, 0); in __collector_ext_mmap_deinstall()
320 mapcache = __collector_reallocVSize (__collector_heap, mapcache, 0); in __collector_mmap_fork_child_cleanup()
666 maptext = __collector_reallocVSize (__collector_heap, maptext, bufsz); in update_map_segments()
712 mapcache = __collector_reallocVSize (__collector_heap, mapcache, in update_map_segments()
H A Dmemmgr.c342 __collector_reallocVSize (Heap *heap, void *ptr, unsigned newsz) in __collector_reallocVSize() function
H A Dcollector.c416 return __collector_reallocVSize (heap ? heap : __collector_heap, ptr, sz); in reallocVSize()