Home | History | Annotate | Download | only in platform

Lines Matching defs:bytes

40    * @param bytes The size in bytes to allocate.
43 void *nanoappAlloc(Nanoapp *app, uint32_t bytes);
54 * @return current total allocated memory in bytes.
68 * @return max total allocatable memory in bytes.
87 * @param size Size of the buffer in bytes.
101 //! The amount of memory in bytes allocated (not including header).
102 uint32_t bytes;
112 //! Stores total allocated memory in bytes (not including header).
118 //! The maximum allowable total allocated memory in bytes for all nanoapps.