mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 00:23:33 +03:00
Clean up some minor data structure inconsistencies
Namely, unify the include guard styling with the majority of the project, and do flat_bitmap -> fb, to match its naming convention.
This commit is contained in:
parent
1f688490e1
commit
aea91b8c33
9 changed files with 14 additions and 14 deletions
|
|
@ -215,7 +215,7 @@ TESTS_UNIT := \
|
|||
$(srcroot)test/unit/edata_cache.c \
|
||||
$(srcroot)test/unit/emitter.c \
|
||||
$(srcroot)test/unit/extent_quantize.c \
|
||||
${srcroot}test/unit/flat_bitmap.c \
|
||||
${srcroot}test/unit/fb.c \
|
||||
$(srcroot)test/unit/fork.c \
|
||||
${srcroot}test/unit/fxp.c \
|
||||
$(srcroot)test/unit/hash.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue