Azure / azure-ulib-c

THIS REPO IS CURRENTLY IN PREVIEW. THE APIs ARE NOT FINAL AND ARE SUBJECT TO CHANGE WITHOUT NOTICE. Azure utility library used in embedded and constrained devices.
MIT License
14 stars 6 forks source link

update to use static memory #30

Closed danewalton closed 5 years ago

mamokarz commented 5 years ago
  • | | | ownership = true |

Please remove #Resolved


Refers to: inc/ustream_base.h:61 in 43ad9e4. [](commit_id = 43ad9e4e26f3056626b15d2e5c53536d2a57faad, deletion_comment = False)

mamokarz commented 5 years ago
  • number of references reaches 0, the uStream will destroy itself, releasing all allocated memory.

Please add something like "by calling the provided release functions". #Resolved


Refers to: inc/ustream_base.h:138 in 43ad9e4. [](commit_id = 43ad9e4e26f3056626b15d2e5c53536d2a57faad, deletion_comment = False)

mamokarz commented 5 years ago

TEST_FUNCTION(ustream_get_current_position_compliance_new_buffer_succeed)

Please add az_ to the name of this test, and all others that this prefix is missing. #Resolved


Refers to: tests/inc/ustream_compliance_ut.h:774 in db17dfb. [](commit_id = db17dfb3a9d0cd6f9f7b47f644b2b6f8075efa06, deletion_comment = False)