Lines Matching refs:arg1
28 @deftp Probe memory_sbrk_more (void *@var{$arg1}, size_t @var{$arg2})
30 @code{sbrk}. Argument @var{$arg1} is the additional size requested to
35 @deftp Probe memory_sbrk_less (void *@var{$arg1}, size_t @var{$arg2})
37 calling @code{sbrk}. Argument @var{$arg1} is the size released by
43 @deftp Probe memory_heap_new (void *@var{$arg1}, size_t @var{$arg2})
45 @var{$arg1} is a pointer to the base of the memory area, where the
50 @deftp Probe memory_heap_free (void *@var{$arg1}, size_t @var{$arg2})
53 @var{$arg1} is a pointer to the heap, and @var{$arg2} is the size of the
57 @deftp Probe memory_heap_more (void *@var{$arg1}, size_t @var{$arg2})
59 heap is extended. Argument @var{$arg1} is a pointer to the heap, and
63 @deftp Probe memory_heap_less (void *@var{$arg1}, size_t @var{$arg2})
65 heap is released. Argument @var{$arg1} is a pointer to the heap, and
69 @deftp Probe memory_malloc_retry (size_t @var{$arg1})
70 @deftpx Probe memory_realloc_retry (size_t @var{$arg1}, void *@var{$arg2})
71 @deftpx Probe memory_memalign_retry (size_t @var{$arg1}, size_t @var{$arg2})
72 @deftpx Probe memory_calloc_retry (size_t @var{$arg1})
76 retry the allocation. Argument @var{$arg1} is the amount of memory
87 user-requested allocation size is in @var{$arg1}.
90 @deftp Probe memory_arena_retry (size_t @var{$arg1}, void *@var{$arg2})
96 is failing to allocate on the first try. Argument @var{$arg1} is the
102 @deftp Probe memory_arena_new (void *@var{$arg1}, size_t @var{$arg2})
107 located at @var{$arg1}, within a newly-allocated heap big enough to hold
111 @deftp Probe memory_arena_reuse (void *@var{$arg1}, void *@var{$arg2})
114 Argument @var{$arg1} is a pointer to the newly-selected arena, and
119 @code{memory_arena_reuse_wait} is acquired; argument @var{$arg1} will
127 @deftp Probe memory_arena_reuse_wait (void *@var{$arg1}, void *@var{$arg2}, void *@var{$arg3})
129 to become available for reuse. Argument @var{$arg1} holds a pointer to
139 immediately acquired. The mutex in @var{$arg1} is the mutex of the
143 @deftp Probe memory_arena_reuse_free_list (void *@var{$arg1})
146 function. The argument @var{$arg1} holds a pointer to the selected arena.
149 @deftp Probe memory_mallopt (int @var{$arg1}, int @var{$arg2})
152 the parameters is made. The arguments @var{$arg1} and @var{$arg2} are
156 @deftp Probe memory_mallopt_mxfast (int @var{$arg1}, int @var{$arg2})
159 value is in an acceptable range. Argument @var{$arg1} is the requested
164 @deftp Probe memory_mallopt_trim_threshold (int @var{$arg1}, int @var{$arg2}, int @var{$arg3})
167 @var{$arg1} is the requested value, @var{$arg2} is the previous value of
172 @deftp Probe memory_mallopt_top_pad (int @var{$arg1}, int @var{$arg2}, int @var{$arg3})
175 @var{$arg1} is the requested value, @var{$arg2} is the previous value of
180 @deftp Probe memory_mallopt_mmap_threshold (int @var{$arg1}, int @var{$arg2}, int @var{$arg3})
183 requested value is in an acceptable range. Argument @var{$arg1} is the
189 @deftp Probe memory_mallopt_mmap_max (int @var{$arg1}, int @var{$arg2}, int @var{$arg3})
192 @var{$arg1} is the requested value, @var{$arg2} is the previous value of
197 @deftp Probe memory_mallopt_perturb (int @var{$arg1}, int @var{$arg2})
200 @var{$arg1} is the requested value, and @var{$arg2} is the previous
204 @deftp Probe memory_mallopt_arena_test (int @var{$arg1}, int @var{$arg2})
207 requested value is in an acceptable range. Argument @var{$arg1} is the
212 @deftp Probe memory_mallopt_arena_max (int @var{$arg1}, int @var{$arg2})
215 requested value is in an acceptable range. Argument @var{$arg1} is the
220 @deftp Probe memory_mallopt_free_dyn_thresholds (int @var{$arg1}, int @var{$arg2})
222 dynamic brk/mmap thresholds. Argument @var{$arg1} and @var{$arg2} are
226 @deftp Probe memory_tunable_tcache_max_bytes (int @var{$arg1}, int @var{$arg2})
228 tunable is set. Argument @var{$arg1} is the requested value, and
232 @deftp Probe memory_tunable_tcache_count (int @var{$arg1}, int @var{$arg2})
234 tunable is set. Argument @var{$arg1} is the requested value, and
238 @deftp Probe memory_tunable_tcache_unsorted_limit (int @var{$arg1}, int @var{$arg2})
241 @var{$arg1} is the requested value, and @var{$arg2} is the previous
245 @deftp Probe memory_tcache_double_free (void *@var{$arg1}, int @var{$arg2})
252 tcache, looking for a double free, has happened. Argument @var{$arg1}
263 @deftp Probe setjmp (void *@var{$arg1}, int @var{$arg2}, void *@var{$arg3})
265 called. Argument @var{$arg1} is a pointer to the @code{jmp_buf}
272 @deftp Probe longjmp (void *@var{$arg1}, int @var{$arg2}, void *@var{$arg3})
274 is called. Argument @var{$arg1} is a pointer to the @code{jmp_buf}
286 @deftp Probe longjmp_target (void *@var{$arg1}, int @var{$arg2}, void *@var{$arg3})