Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Xin Wang
codes-dev
Commits
ee9e1f1a
Commit
ee9e1f1a
authored
Jul 14, 2014
by
Jonathan Jenkins
Browse files
lowered default mem_factor
parent
2ac20878
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/util/codes_mapping.c
View file @
ee9e1f1a
...
...
@@ -17,7 +17,7 @@
static
int
lps_per_pe_floor
=
0
;
static
int
lps_leftover
=
0
;
static
int
mem_factor
=
1024
;
static
int
mem_factor
=
256
;
static
inline
int
mini
(
int
a
,
int
b
){
return
a
<
b
?
a
:
b
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment