]> git.ipfire.org Git - thirdparty/git.git/commit - mem-pool.h
mem-pool: fill out functionality
authorJameson Miller <jamill@microsoft.com>
Mon, 2 Jul 2018 19:49:35 +0000 (19:49 +0000)
committerJunio C Hamano <gitster@pobox.com>
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 <jamill@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
mem-pool.c
mem-pool.h