public inbox for ccan@ozlabs.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Small extensions to the mem module
@ 2015-09-05  4:44 David Gibson
  2015-09-05  4:44 ` [PATCH 1/2] mem: Remove array_size dependency David Gibson
  2015-09-05  4:44 ` [PATCH 2/2] mem: Add memswap() function David Gibson
  0 siblings, 2 replies; 5+ messages in thread
From: David Gibson @ 2015-09-05  4:44 UTC (permalink / raw)
  To: ccan, rusty

Two small patches for the mem module.
   1/2: Remove an unused dependency
   2/2: Add a memswap() function

David Gibson (2):
  mem: Remove array_size dependency
  mem: Add memswap() function

 ccan/mem/_info      |  1 -
 ccan/mem/mem.c      | 21 +++++++++++++++++++++
 ccan/mem/mem.h      | 10 ++++++++++
 ccan/mem/test/api.c | 20 ++++++++++++++++++--
 4 files changed, 49 insertions(+), 3 deletions(-)

-- 
2.4.3

_______________________________________________
ccan mailing list
ccan@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/ccan

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-09-09  7:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-05  4:44 [PATCH 0/2] Small extensions to the mem module David Gibson
2015-09-05  4:44 ` [PATCH 1/2] mem: Remove array_size dependency David Gibson
2015-09-05  4:44 ` [PATCH 2/2] mem: Add memswap() function David Gibson
2015-09-08 18:38   ` Rusty Russell
2015-09-09  7:37     ` David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox