MCPcopy Create free account
hub / github.com/GJDuck/e9patch / pool_tfind

Function pool_tfind

examples/stdlib.c:5472–5476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5470 return NULL;
5471}
5472static void *pool_tfind(struct malloc_pool_s *pool, const void *key,
5473 void **root, int (*compare)(const void *, const void *))
5474{
5475 return tfind(key, root, compare);
5476}
5477
5478static void *pool_tdelete(struct malloc_pool_s *pool, const void *key,
5479 void **root, int (*compare)(const void *, const void *))

Callers

nothing calls this directly

Calls 1

tfindFunction · 0.85

Tested by

no test coverage detected