allocation profiler: get stacks for pool allocs via wrapper function #43868
try wrapping pool alloc
db13a49c
update exported functions
00a791e6
avoid segfault by zeroing out type tag
d0f5ce0b
vtjnash
dismissed these changes
on 2022-01-19
capture managed_malloc
c4207ea1
Report the alloc as a jl_buff_tag.
667cc296
Fixup gc_managed_realloc_
1a2d073a
Merge pull request #20 from vilterp/pv-alloc-profile-malloc
32f36dd4
Move type to param of _maybe_record_alloc_to_profile
da200691
rename pool_alloc => pool_alloc_inner; pool_alloc_outer => pool_alloc
38f7e9b6
alloc profile: inline gc_pool_alloc (with another wrapper) (#21)
51d0308d
Merge branch 'master' into pv-alloc-profile-wrap-pool-alloc
99c98aed
NHDaly
commented
on 2022-02-02
Comment
0ebf97b0
NHDaly
approved these changes
on 2022-02-02
vchuravy
approved these changes
on 2022-02-04
vchuravy
dismissed their stale review
3 years ago
Rename `s/jl_gc_pool_alloc_wrapper/jl_gc_pool_alloc_noinline/g`
c0cd4722
Fix pointer casting warnings by adding the appropriate casts
c0c854e6
vtjnash
merged
48b7d493
into master 3 years ago
NHDaly
deleted the pv-alloc-profile-wrap-pool-alloc branch 6 days ago
Assignees
No one assigned