1
1
Jeff Squyres caacc6ad91 usnic: properly differentiate data pool vs. malloc
usnic_fls() can actually return 0, leading us to incorrectly free() a
buffer instead of OMPI_FREE_LIST_RETURN_MT'ing it.

So add an explicit bool in the struct that tracks whether the buffer
came from malloc or a freelist.

This was CID 1269660.
2015-02-12 13:41:30 -08:00
..
2015-02-05 11:41:00 -08:00
2015-02-11 15:14:55 -08:00
2012-09-11 20:47:24 +00:00