Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core/
Dalloc.c83 void *lws_malloc(size_t size, const char *reason) in lws_malloc() function
Dprivate-lib-core.h905 #define lws_malloc(S, R) lws_realloc(NULL, S, R) macro