Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
relibc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jayakrishna Sahit
relibc
Commits
9e07ae64
Unverified
Commit
9e07ae64
authored
Nov 09, 2018
by
Jayakrishna Sahit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initial commit alloca
parent
bfa068df
Pipeline
#1692
passed with stages
in 10 minutes and 27 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
0 deletions
+17
-0
include/alloca.h
include/alloca.h
+8
-0
src/header/alloca/cbindgen.toml
src/header/alloca/cbindgen.toml
+7
-0
src/header/alloca/mod.rs
src/header/alloca/mod.rs
+2
-0
No files found.
include/alloca.h
0 → 100644
View file @
9e07ae64
#ifndef _ALLOCA_H
#define _ALLOCA_H
#include <alloca.h>
void
*
alloca
(
size_t
size
);
#endif
\ No newline at end of file
src/header/alloca/cbindgen.toml
0 → 100644
View file @
9e07ae64
sys_includes
=
[]
include_guard
=
"_ALLOCA_H"
language
=
"C"
style
=
"Tag"
[enum]
prefix_with_name
=
true
src/header/alloca/mod.rs
0 → 100644
View file @
9e07ae64
use
platform
::
types
::
*
;
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