Changeset 3437 in kBuild for trunk/src/kash/memalloc.h
- Timestamp:
- Sep 3, 2020 1:52:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/memalloc.h
r2290 r3437 52 52 char *savestr(struct shinstance *, const char *); 53 53 pointer stalloc(struct shinstance *, size_t); 54 char *stsavestr(struct shinstance *, const char *); 54 55 void stunalloc(struct shinstance *, pointer); 55 56 void setstackmark(struct shinstance *, struct stackmark *);
Note:
See TracChangeset
for help on using the changeset viewer.