Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
binary_c-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Izzard, Robert Dr (Maths & Physics)
binary_c-python
Commits
cbfc78ac
Commit
cbfc78ac
authored
3 years ago
by
David Hendriks
Browse files
Options
Downloads
Patches
Plain Diff
working on capsules
parent
6a23b482
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/binary_c_python.c
+7
-0
7 additions, 0 deletions
src/binary_c_python.c
with
7 additions
and
0 deletions
src/binary_c_python.c
+
7
−
0
View file @
cbfc78ac
...
...
@@ -998,6 +998,8 @@ int return_minimum_orbit_for_RLOF(char * argstring,
/* Functions to set up memory */
/* =================================================================== */
// TODO: modify functon with pycapsules
long
int
return_store_memaddr
(
char
**
const
buffer
,
char
**
const
error_buffer
,
size_t
*
const
nbytes
)
...
...
@@ -1044,6 +1046,8 @@ long int return_store_memaddr(char ** const buffer,
}
// TODO: modify functon with pycapsules
long
int
return_persistent_data_memaddr
(
char
**
const
buffer
,
char
**
const
error_buffer
,
size_t
*
const
nbytes
)
...
...
@@ -1091,6 +1095,7 @@ long int return_persistent_data_memaddr(char ** const buffer,
/* Functions to free memory */
/* =================================================================== */
// TODO: modify functon with pycapsules
int
free_persistent_data_memaddr_and_return_json_output
(
long
int
persistent_data_memaddr
,
char
**
const
buffer
,
char
**
const
error_buffer
,
...
...
@@ -1153,6 +1158,8 @@ int free_persistent_data_memaddr_and_return_json_output(long int persistent_data
return
0
;
}
// TODO: modify functon with pycapsules
int
free_store_memaddr
(
long
int
store_memaddr
,
char
**
const
buffer
,
char
**
const
error_buffer
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment