mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-20 11:33:09 -08:00
Avoid emitting poolalloc and poolfree events in the hot variety, so that they not affected asymmetrically by the poolfree macro.
Copied from Perforce Change: 194410
This commit is contained in:
parent
04ea9a0ebe
commit
233ddac5e8
1 changed files with 2 additions and 2 deletions
|
|
@ -93,8 +93,8 @@
|
|||
EVENT(X, SegFree , 0x0014, TRUE, Seg) \
|
||||
EVENT(X, PoolInit , 0x0015, TRUE, Pool) \
|
||||
EVENT(X, PoolFinish , 0x0016, TRUE, Pool) \
|
||||
EVENT(X, PoolAlloc , 0x0017, TRUE, Object) \
|
||||
EVENT(X, PoolFree , 0x0018, TRUE, Object) \
|
||||
EVENT(X, PoolAlloc , 0x0017, FALSE, Object) \
|
||||
EVENT(X, PoolFree , 0x0018, FALSE, Object) \
|
||||
EVENT(X, LandInit , 0x0019, TRUE, Pool) \
|
||||
EVENT(X, Intern , 0x001a, TRUE, User) \
|
||||
EVENT(X, Label , 0x001b, TRUE, User) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue