38:8ccdde37275b | 39:4e66271541e8 |
---|---|
367 } | 367 } |
368 | 368 |
369 void* ui_realloc(UiContext *ctx, void *ptr, size_t size) { | 369 void* ui_realloc(UiContext *ctx, void *ptr, size_t size) { |
370 return ctx ? ucx_mempool_realloc(ctx->mempool, ptr, size) : NULL; | 370 return ctx ? ucx_mempool_realloc(ctx->mempool, ptr, size) : NULL; |
371 } | 371 } |
372 |