Changeset 3458 for trunk/src/kash/memalloc.h
- Timestamp:
- Sep 14, 2020, 11:46:32 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/memalloc.h
r3457 r3458 90 90 struct pstack_block; 91 91 unsigned pstackretain(struct pstack_block *); 92 unsigned pstackrelease(struct shinstance *, struct pstack_block *); 93 struct pstack_block *pstackpush(struct shinstance *); 92 void pstackpop(struct shinstance *, unsigned); 93 unsigned pstackrelease(struct shinstance *, struct pstack_block *, const char *); 94 unsigned pstackretainpush(struct shinstance *, struct pstack_block *); 95 struct pstack_block *pstackallocpush(struct shinstance *); 94 96 #endif 95 97 void *pstalloc(struct shinstance *, size_t);
Note:
See TracChangeset
for help on using the changeset viewer.