mirror of
https://github.com/wassname/ray.git
synced 2026-09-12 12:51:15 +08:00
Rearrange files to prepare to merge into Ray.
This commit is contained in:
Vendored
+16
@@ -0,0 +1,16 @@
|
||||
#ifndef _ZMALLOC_H
|
||||
#define _ZMALLOC_H
|
||||
|
||||
#ifndef zmalloc
|
||||
#define zmalloc malloc
|
||||
#endif
|
||||
|
||||
#ifndef zfree
|
||||
#define zfree free
|
||||
#endif
|
||||
|
||||
#ifndef zrealloc
|
||||
#define zrealloc realloc
|
||||
#endif
|
||||
|
||||
#endif /* _ZMALLOC_H */
|
||||
Reference in New Issue
Block a user