Changeset 2312 for trunk/src/emx/include
- Timestamp:
- Aug 28, 2005, 8:14:50 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/emx/umalloc.h
-
Property cvs2svn:cvs-rev
changed from
1.8
to1.9
r2311 r2312 753 753 void * _hrealloc(void *, size_t); 754 754 Heap_t _hinitheap(void); 755 char * _hstrdup(const char *); 755 756 void * __libc_HimemDefaultAlloc(Heap_t Heap, size_t *pcb, int *pfClean); 756 757 void __libc_HimemDefaultRelease(Heap_t Heap, void *pv, size_t cb); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.