Searched refs:new_ctx (Results 1 – 2 of 2) sorted by relevance
297 void ralloc_steal(const void *new_ctx, void *ptr);304 void ralloc_adopt(const void *new_ctx, void *old_ctx);
303 ralloc_steal(const void *new_ctx, void *ptr) in ralloc_steal() argument311 parent = new_ctx ? get_header(new_ctx) : NULL; in ralloc_steal()319 ralloc_adopt(const void *new_ctx, void *old_ctx) in ralloc_adopt() argument327 new_info = get_header(new_ctx); in ralloc_adopt()