Searched refs:__collector_reallocVSize (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
H A D | memmgr.h | 57 void *__collector_reallocVSize (Heap *heap, void *ptr, unsigned newsz);
|
H A D | mmaptrace.c | 268 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 D | memmgr.c | 342 __collector_reallocVSize (Heap *heap, void *ptr, unsigned newsz) in __collector_reallocVSize() function
|
H A D | collector.c | 410 return __collector_reallocVSize (heap ? heap : __collector_heap, ptr, sz); in reallocVSize()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
H A D | memmgr.h | 57 void *__collector_reallocVSize (Heap *heap, void *ptr, unsigned newsz);
|
H A D | mmaptrace.c | 278 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 D | memmgr.c | 342 __collector_reallocVSize (Heap *heap, void *ptr, unsigned newsz) in __collector_reallocVSize() function
|
H A D | collector.c | 416 return __collector_reallocVSize (heap ? heap : __collector_heap, ptr, sz); in reallocVSize()
|