mirror of https://github.com/grpc/grpc.git
Double added reclaimers need not be called (#28378)
parent
f109a4bce4
commit
7d6000082a
3 changed files with 43 additions and 3 deletions
@ -0,0 +1,32 @@ |
||||
actions { |
||||
create_quota {} |
||||
} |
||||
actions { |
||||
create_allocator {} |
||||
} |
||||
actions { |
||||
set_quota_size: 0 |
||||
} |
||||
actions { |
||||
post_reclaimer {} |
||||
} |
||||
actions { |
||||
delete_allocator {} |
||||
} |
||||
actions { |
||||
flush_exec_ctx {} |
||||
} |
||||
actions { |
||||
allocator: 111 |
||||
create_allocator {} |
||||
} |
||||
actions { |
||||
allocator: 111 |
||||
post_reclaimer {} |
||||
} |
||||
actions { |
||||
create_allocator {} |
||||
} |
||||
actions { |
||||
post_reclaimer {} |
||||
} |
Loading…
Reference in new issue