Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
rockchip_bionic
Commits
78a3069f
Commit
78a3069f
authored
12 years ago
by
Brian Carlstrom
Browse files
Options
Download
Email Patches
Plain Diff
Revert "Restore posix_memalign"
This reverts commit
bfc1d975
.
parent
e49df020
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
libc/bionic/malloc_debug_common.c
libc/bionic/malloc_debug_common.c
+0
-5
No files found.
libc/bionic/malloc_debug_common.c
View file @
78a3069f
...
...
@@ -210,11 +210,6 @@ void* pvalloc(size_t bytes)
return
dlpvalloc
(
bytes
);
}
int
posix_memalign
(
void
**
memptr
,
size_t
alignment
,
size_t
size
)
{
return
dlposix_memalign
(
memptr
,
alignment
,
size
);
}
/* Support for malloc debugging.
* Note that if USE_DL_PREFIX is not defined, it's assumed that memory
* allocation routines are implemented somewhere else, so all our custom
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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