]> git.droids-corp.org - protos/libecoli.git/blobdiff - lib/ecoli_malloc.h
remove smallest start from completed struct
[protos/libecoli.git] / lib / ecoli_malloc.h
index f5bdc397e88e94a1b0392c425d74a1819dc01395..76b63e0e340c0227e5467e8b6909a02212716acd 100644 (file)
@@ -59,6 +59,10 @@ char *__ec_strdup(const char *s, const char *file, unsigned int line);
 char *__ec_strndup(const char *s, size_t n, const char *file,
        unsigned int line);
 
+/* XXX rename into ec_malloc, and change macro to uppercase */
+void *ec_malloc2(size_t size);
+void ec_free2(void *ptr);
+
 /* we use macros here to ensure the file/line stay correct when
  * debugging the standard malloc with valgrind */