Home
last modified time | relevance | path

Searched defs:ptno (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/amp/services/amp_memmgt/
A Damp_memmgt.h51 #define AMP_MEMMGT_MALLOC(ptr, size, ptno) \ argument
60 #define AMP_MEMMGT_REALLOC(ptr_new, ptr, size, ptno) \ argument
71 #define AMP_MEMMGT_FREE(ptr, ptno) \ argument
A Damp_memmgt.c26 static void add_node(void *ptr, unsigned int size, unsigned int lr, int ptno) in add_node()
124 void *amp_memmgt_malloc(unsigned int size, unsigned int lr, int ptno) in amp_memmgt_malloc()
175 void *amp_memmgt_realloc(void *ptr, unsigned int size, unsigned int lr, int ptno) in amp_memmgt_realloc()
258 void amp_memmgt_free(void *ptr, unsigned int lr, int ptno) in amp_memmgt_free()

Completed in 2 milliseconds