RParticleGlobalStuff.cpp 265 B

12345678910111213141516171819
  1. //
  2. // RParticleGlobalStuff.cpp
  3. // cocos2d_libs
  4. //
  5. // Created by 徐俊杰 on 2020/6/15.
  6. //
  7. #include "rparticle/Macros/RParticleGlobalStuff.h"
  8. NS_RRP_BEGIN
  9. void* malloc_internal(size_t size, int align)
  10. {
  11. return UNITY_LL_ALLOC(size, align);
  12. }
  13. NS_RRP_END