Skip to content

Commit

Permalink
future todo
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Dec 26, 2024
1 parent 7283cd7 commit 48e8f6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/kernel/cores/allocate.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
#include <stdinc.h>
#include <errno.h>

/* _FL are versions that report File and Line ; see WD notes in stdinc.h */
/* @todo consider mm_malloc() for efficiency ? */

void *allocate_FL(size_t nb, const_string file, int line)
{
void *mem;
Expand Down

0 comments on commit 48e8f6b

Please sign in to comment.