Searched refs:realloc_unlocked (Results 1 – 1 of 1) sorted by relevance
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | bget_malloc.c | 666 #define realloc_unlocked(ctx, ptr, size) \ macro 813 static void *realloc_unlocked(struct malloc_ctx *ctx, void *ptr, in realloc_unlocked() function 824 p = realloc_unlocked(&malloc_ctx, ptr, size); in realloc() 935 p = realloc_unlocked(ctx, ctx->pool, sizeof(struct malloc_pool) * l); in raw_malloc_add_pool() 1050 p = realloc_unlocked(&nex_malloc_ctx, ptr, size); in nex_realloc()
|
Completed in 5 milliseconds