Searched refs:TALLOC_FLAG_FREE (Results 1 – 1 of 1) sorted by relevance
62 #define TALLOC_FLAG_FREE 0x01 macro118 if (tc->flags & TALLOC_FLAG_FREE) { in talloc_chunk_from_ptr()594 tc->flags |= TALLOC_FLAG_FREE; in talloc_free()634 tc->flags |= TALLOC_FLAG_FREE; in _talloc_realloc()646 tc->flags &= ~TALLOC_FLAG_FREE; in _talloc_realloc()651 tc->flags &= ~TALLOC_FLAG_FREE; in _talloc_realloc()
Completed in 4 milliseconds