Skip to content
View SkyEng1neering's full-sized avatar
Block or Report

Block or report SkyEng1neering

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. dalloc dalloc Public

    This is the custom implementation of function malloc for embedded systems, that defragmentate memory after using it. Good solution when you need to allocate memory dynamically, but memory fragmenta…

    C 14 2

  2. ustring ustring Public

    This is the magic implementation of dynamic string. Based on dalloc allocator, that solves memory fragmentation problem. So you can use it in your embedded project and not to be afraid of program c…

    C++ 5

  3. uvector uvector Public

    This is the magic implementation of dynamic array. Based on dalloc allocator, that solves memory fragmentation problem. So you can use it in your embedded project and not to be afraid of program cr…

    C++ 2

  4. usmartpointer usmartpointer Public

    This is the dalloc wrapper, it designed to make "dalloc" more comfortable to use. For example if you need to return pointer to memory allocated inside some function.

    C++ 1

  5. flight_control32 flight_control32 Public

    C 1

  6. files files Public