Home
last modified time | relevance | path

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

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