代码搜索:malloc
找到约 10,000 项符合「malloc」的源代码
代码结果 10,000
www.eeworm.com/read/418794/10896180
o malloc.o
www.eeworm.com/read/418794/10896185
d malloc.d
ARM\ Flash\ Debug/malloc.o: \
C:/Documents\ and\ Settings/Povilas/My\ Documents/Programming/__arm/JuiceBox\ startup/malloc.c \
C:/Documents\ and\ Settings/Povilas/My\ Documents/Programming/__arm
www.eeworm.com/read/418794/10896270
o malloc.o
www.eeworm.com/read/418794/10896274
d malloc.d
ARM\ RAM\ Debug/malloc.o: \
C:/Documents\ and\ Settings/Povilas/My\ Documents/Programming/__arm/JuiceBox\ startup/malloc.c \
C:/Documents\ and\ Settings/Povilas/My\ Documents/Programming/__arm/J
www.eeworm.com/read/418794/10896411
c malloc.c
#include "malloc.h"
#include "stdint.h"
//User-defined macros
#define chunkSetSize(ptr,size) { \
(*(((u32*) ptr) - 2)) = (u32) size; \
(*(((u32*) ptr) + size)) = (u32) size;
www.eeworm.com/read/418794/10896440
o malloc.o
www.eeworm.com/read/418794/10896443
d malloc.d
ARM\ Flash\ Release/malloc.o: \
C:/Documents\ and\ Settings/Povilas/My\ Documents/Programming/__arm/JuiceBox\ startup/malloc.c \
C:/Documents\ and\ Settings/Povilas/My\ Documents/Programming/__a
www.eeworm.com/read/418794/10896757
c malloc.c
#include "malloc.h"
//#include "stdint.h"
/*
pxFreeList: list with pointers to free chunks
pxFreeListCount: count list. States number of chunks in every freelist region.
In free list it
www.eeworm.com/read/418794/10896795
o malloc.o
www.eeworm.com/read/418794/10896800
d malloc.d
ARM\ RAM\ Release/malloc.o: \
C:/Documents\ and\ Settings/Povilas/My\ Documents/Programming/__arm/JuiceBox\ startup/malloc.c \
C:/Documents\ and\ Settings/Povilas/My\ Documents/Programming/__arm