done
This commit is contained in:
parent
931cdbe9e5
commit
a28c11d35a
6 changed files with 6 additions and 7 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: jhalford <jack@crans.org> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2017/02/17 12:28:03 by jhalford #+# #+# */
|
||||
/* Updated: 2017/10/22 17:32:14 by jhalford ### ########.fr */
|
||||
/* Updated: 2017/10/23 19:32:20 by jhalford ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
/* By: jhalford <jack@crans.org> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2017/10/22 13:25:32 by jhalford #+# #+# */
|
||||
/* Updated: 2017/10/22 17:34:54 by jhalford ### ########.fr */
|
||||
/* Updated: 2017/10/23 19:41:14 by jhalford ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ t_chunk *g_zones[M_ZONES_MAX] =
|
|||
NULL,
|
||||
NULL,
|
||||
};
|
||||
int g_malloc_debug = 0;
|
||||
int g_malloc_debug = 1;
|
||||
pthread_mutex_t g_mutex = PTHREAD_MUTEX_INITIALIZER;
|
||||
|
||||
void *malloc(size_t size)
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
/* By: jhalford <jack@crans.org> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2017/10/22 17:32:51 by jhalford #+# #+# */
|
||||
/* Updated: 2017/10/22 18:45:28 by jhalford ### ########.fr */
|
||||
/* Updated: 2017/10/23 19:40:43 by jhalford ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
/* By: jhalford <jack@crans.org> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2017/02/17 12:28:02 by jhalford #+# #+# */
|
||||
/* Updated: 2017/10/22 18:45:48 by jhalford ### ########.fr */
|
||||
/* Updated: 2017/10/23 19:41:03 by jhalford ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
/* By: jhalford <jack@crans.org> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2017/02/17 12:28:20 by jhalford #+# #+# */
|
||||
/* Updated: 2017/10/22 13:37:38 by jhalford ### ########.fr */
|
||||
/* Updated: 2017/10/23 19:42:14 by jhalford ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ int main(void)
|
|||
char *addr;
|
||||
|
||||
i = 0;
|
||||
printf("check");
|
||||
while (i < 1024)
|
||||
{
|
||||
i++;
|
||||
|
|
|
|||
Loading…
Reference in a new issue