Searched refs:ae_allocate (Results 1 – 3 of 3) sorted by relevance
58 ae_ctx* ae_allocate(void* misc); /* Allocate ae_ctx, set optional ptr */
35 AeCtx() : ctx_(ae_allocate(nullptr)) {} in AeCtx()
678 ae_ctx* ae_allocate(void* misc) { in ae_allocate() function