mem-pool: fill out functionality
authorJameson Miller <redacted>
Mon, 2 Jul 2018 19:49:35 +0000 (19:49 +0000)
committerJunio C Hamano <redacted>
Tue, 3 Jul 2018 17:58:27 +0000 (10:58 -0700)
commit0e58301d8199208d1e48b9f64c4ad1089a355905
treef9446f211b964774ad876430bcfa2ff3008b81b7
parent158dfeff3dc1d155b84e68b265a9b6c265717e1e
mem-pool: fill out functionality

Add functions for:

    - combining two memory pools

    - determining if a memory address is within the range managed by a
      memory pool

These functions will be used by future commits.

Signed-off-by: Jameson Miller <redacted>
Signed-off-by: Junio C Hamano <redacted>
mem-pool.c
mem-pool.h
git clone https://git.99rst.org/PROJECT