Lines Matching refs:LIBC_PROBE
2724 LIBC_PROBE (memory_sbrk_more, 2, brk, size); in sysmalloc()
3017 LIBC_PROBE (memory_sbrk_less, 2, new_brk, extra); in systrim()
3328 LIBC_PROBE (memory_malloc_retry, 1, bytes); in __libc_malloc()
3372 LIBC_PROBE (memory_mallopt_free_dyn_thresholds, 2, in libc_hidden_def()
3498 LIBC_PROBE (memory_realloc_retry, 2, bytes, oldmem); in libc_hidden_def()
3568 LIBC_PROBE (memory_memalign_retry, 2, bytes, alignment); in _mid_memalign()
3683 LIBC_PROBE (memory_calloc_retry, 1, sz); in __libc_calloc()
4459 LIBC_PROBE (memory_tcache_double_free, 2, e, tc_idx); in _int_free()
5310 LIBC_PROBE (memory_mallopt_trim_threshold, 3, value, mp_.trim_threshold, in do_set_trim_threshold()
5320 LIBC_PROBE (memory_mallopt_top_pad, 3, value, mp_.top_pad, in do_set_top_pad()
5330 LIBC_PROBE (memory_mallopt_mmap_threshold, 3, value, mp_.mmap_threshold, in do_set_mmap_threshold()
5340 LIBC_PROBE (memory_mallopt_mmap_max, 3, value, mp_.n_mmaps_max, in do_set_mmaps_max()
5356 LIBC_PROBE (memory_mallopt_perturb, 2, value, perturb_byte); in do_set_perturb_byte()
5364 LIBC_PROBE (memory_mallopt_arena_test, 2, value, mp_.arena_test); in do_set_arena_test()
5372 LIBC_PROBE (memory_mallopt_arena_max, 2, value, mp_.arena_max); in do_set_arena_max()
5383 LIBC_PROBE (memory_tunable_tcache_max_bytes, 2, value, mp_.tcache_max_bytes); in do_set_tcache_max()
5396 LIBC_PROBE (memory_tunable_tcache_count, 2, value, mp_.tcache_count); in do_set_tcache_count()
5406 LIBC_PROBE (memory_tunable_tcache_unsorted_limit, 2, value, mp_.tcache_unsorted_limit); in do_set_tcache_unsorted_limit()
5417 LIBC_PROBE (memory_mallopt_mxfast, 2, value, get_max_fast ()); in do_set_mxfast()
5455 LIBC_PROBE (memory_mallopt, 2, param_number, value); in __libc_mallopt()